summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/tcpflow/Makefile9
-rw-r--r--net/tcpflow/distinfo4
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