mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net/mad_fcl: fix build on 15-CURRENT
Link with -lutil to get ftime(), which was moved there in 15-CURRENT. This is harmless on older FreeBSD versions. While we are at it, define LICENSE. MFH: 2024Q4
This commit is contained in:
parent
86dc7e4525
commit
bec3162cc0
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= mad_fcl
|
PORTNAME= mad_fcl
|
||||||
PORTVERSION= 1.7
|
PORTVERSION= 1.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://mad.cs.tut.fi/download/
|
MASTER_SITES= http://mad.cs.tut.fi/download/
|
||||||
DISTNAME= ${PORTNAME}_v${PORTVERSION}_src
|
DISTNAME= ${PORTNAME}_v${PORTVERSION}_src
|
||||||
|
@ -8,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= File Delivery over Unidirectional Transport implementation
|
COMMENT= File Delivery over Unidirectional Transport implementation
|
||||||
WWW= http://mad.cs.tut.fi/
|
WWW= http://mad.cs.tut.fi/
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENCE.TXT
|
||||||
|
|
||||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||||
libcurl.so:ftp/curl
|
libcurl.so:ftp/curl
|
||||||
|
|
||||||
|
@ -17,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
CFLAGS+= -DHAVE_SYS_TYPES_H -DHAVE_SYS_SELECT_H -DHAVE_UNISTD_H \
|
CFLAGS+= -DHAVE_SYS_TYPES_H -DHAVE_SYS_SELECT_H -DHAVE_UNISTD_H \
|
||||||
-I${LOCALBASE}/include
|
-I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
LDFLAGS+= -L${LOCALBASE}/lib -pthread -lutil
|
||||||
|
|
||||||
PORTDOCS= README.TXT
|
PORTDOCS= README.TXT
|
||||||
PORTEXAMPLES= fdt-example.xml flute-sdp-example.sdp
|
PORTEXAMPLES= fdt-example.xml flute-sdp-example.sdp
|
||||||
|
|
Loading…
Add table
Reference in a new issue