Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2013 17:32:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324931 - head/net/tcpflow
Message-ID:  <201308181732.r7IHWFfb044358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 18 17:32:15 2013
New Revision: 324931
URL: http://svnweb.freebsd.org/changeset/ports/324931

Log:
  - Update devel/tcpflow to 1.4.0 final
  - Use the new LIB_DEPENDS syntax

Modified:
  head/net/tcpflow/Makefile
  head/net/tcpflow/distinfo

Modified: head/net/tcpflow/Makefile
==============================================================================
--- head/net/tcpflow/Makefile	Sun Aug 18 17:10:59 2013	(r324930)
+++ head/net/tcpflow/Makefile	Sun Aug 18 17:32:15 2013	(r324931)
@@ -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 tran
 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}

Modified: head/net/tcpflow/distinfo
==============================================================================
--- head/net/tcpflow/distinfo	Sun Aug 18 17:10:59 2013	(r324930)
+++ head/net/tcpflow/distinfo	Sun Aug 18 17:32:15 2013	(r324931)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308181732.r7IHWFfb044358>