From owner-svn-ports-head@FreeBSD.ORG Sun Aug 18 17:32:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41BE37A1; Sun, 18 Aug 2013 17:32:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BCEF2276; Sun, 18 Aug 2013 17:32:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7IHWGGt044370; Sun, 18 Aug 2013 17:32:16 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7IHWFfb044358; Sun, 18 Aug 2013 17:32:15 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201308181732.r7IHWFfb044358@svn.freebsd.org> From: Antoine Brodin Date: Sun, 18 Aug 2013 17:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324931 - head/net/tcpflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 17:32:16 -0000 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 +.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