mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
net/udt: maintainer update
PR: 279341 Submitted by: Mikhail T. (maintainer)
This commit is contained in:
parent
4648487fc9
commit
d85ea5acf9
@ -1,6 +1,6 @@
|
||||
PORTNAME= udt
|
||||
PORTVERSION= 4.11
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= udt.sdk.${PORTVERSION}
|
||||
@ -9,6 +9,10 @@ MAINTAINER= ports@virtual-estates.net
|
||||
COMMENT= C++ library containing the UDT API implementation
|
||||
WWW= http://udt.sourceforge.net/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${PATCH_WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= uidfix
|
||||
PATCH_WRKSRC= ${WRKDIR}/udt${PORTVERSION:R}
|
||||
WRKSRC= ${PATCH_WRKSRC}/src
|
||||
MAKEFILE= ${FILESDIR}/BSDmakefile
|
||||
@ -16,7 +20,6 @@ EXTRACT_AFTER_ARGS= --exclude '*md5*' \
|
||||
--exclude udt${PORTVERSION:R}/win
|
||||
USE_LDCONFIG= yes
|
||||
UDT_APPS= appclient appserver recvfile sendfile test
|
||||
USES= uidfix
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -15,6 +15,10 @@ CXXFLAGS+= -D${MACHINE_ARCH:tu:S/I386/IA32/:S/SPARC64/SPARC/} -DBSD
|
||||
CXXFLAGS+= -Wno-system-headers -Wall -W \
|
||||
-Wpointer-arith -Wreturn-type \
|
||||
-Wwrite-strings -Wswitch -Wno-cast-align \
|
||||
-Wunused-parameter
|
||||
-Wunused-parameter -Werror
|
||||
|
||||
.if ${OSVERSION} >= 1401000
|
||||
CXXFLAGS+= -Wno-vla-cxx-extension
|
||||
.endif
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user