diff options
author | antoine <antoine@FreeBSD.org> | 2013-08-19 01:32:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-08-19 01:32:15 +0800 |
commit | 05c7a444321209d6e060de767538c877cf32421b (patch) | |
tree | 578e49775d45d1738829c3c5e4e64f6b652b66f4 /net | |
parent | 6dbf1f5084bf5e3d784fe194b4f3665096f0ab37 (diff) | |
download | freebsd-ports-gnome-05c7a444321209d6e060de767538c877cf32421b.tar.gz freebsd-ports-gnome-05c7a444321209d6e060de767538c877cf32421b.tar.zst freebsd-ports-gnome-05c7a444321209d6e060de767538c877cf32421b.zip |
- Update devel/tcpflow to 1.4.0 final
- Use the new LIB_DEPENDS syntax
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpflow/Makefile | 9 | ||||
-rw-r--r-- | net/tcpflow/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index add5afca2210..b9468323d6a1 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcpflow -DISTVERSION= 1.4.0b1 +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/ @@ -12,7 +12,7 @@ COMMENT= Program that captures data transmitted as part of TCP connections LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -27,6 +27,11 @@ PORTDOCS= AUTHORS ChangeLog NEWS README .include <bsd.port.options.mk> +.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*} +# Needed for __sync_add_and_fetch_8 +CFLAGS+= -march=i586 +.endif + post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} diff --git a/net/tcpflow/distinfo b/net/tcpflow/distinfo index cbb2e4fd84bc..1af40242c2c2 100644 --- a/net/tcpflow/distinfo +++ b/net/tcpflow/distinfo @@ -1,2 +1,2 @@ -SHA256 (tcpflow-1.4.0b1.tar.gz) = 4d7a9e2dc7cd8637837a6af61a05825a1285333a23264333bccf5d01c8aed29d -SIZE (tcpflow-1.4.0b1.tar.gz) = 428714 +SHA256 (tcpflow-1.4.0.tar.gz) = e177ccca0e683ffd3311317e9062b7d1116be45a8d7b2a92e7896c26a49997e1 +SIZE (tcpflow-1.4.0.tar.gz) = 407046 |