From owner-svn-ports-head@FreeBSD.ORG Fri Nov 8 03:01:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C993B7F8; Fri, 8 Nov 2013 03:01:42 +0000 (UTC) (envelope-from vanilla@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 B74E424E0; Fri, 8 Nov 2013 03:01:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA831gKE083925; Fri, 8 Nov 2013 03:01:42 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA831gkb083923; Fri, 8 Nov 2013 03:01:42 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311080301.rA831gkb083923@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 8 Nov 2013 03:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333178 - head/sysutils/afflib 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: Fri, 08 Nov 2013 03:01:42 -0000 Author: vanilla Date: Fri Nov 8 03:01:41 2013 New Revision: 333178 URL: http://svnweb.freebsd.org/changeset/ports/333178 Log: 1: support STAGEDIR. 2: switch to new style of LIB_DEPENDS. Modified: head/sysutils/afflib/Makefile head/sysutils/afflib/pkg-plist Modified: head/sysutils/afflib/Makefile ============================================================================== --- head/sysutils/afflib/Makefile Fri Nov 8 02:05:38 2013 (r333177) +++ head/sysutils/afflib/Makefile Fri Nov 8 03:01:41 2013 (r333178) @@ -13,8 +13,8 @@ COMMENT= Advanced Forensics Format libra LICENSE= BSD -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ + libcurl.so:${PORTSDIR}/ftp/curl USE_LDCONFIG= yes USE_OPENSSL= yes @@ -25,11 +25,8 @@ USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX} CPPFLAGS+= -DFUSE_USE_VERSION=26 -MAN1= affcat.1 - AUTOTOOLSFILES= aclocal.m4 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \ Modified: head/sysutils/afflib/pkg-plist ============================================================================== --- head/sysutils/afflib/pkg-plist Fri Nov 8 02:05:38 2013 (r333177) +++ head/sysutils/afflib/pkg-plist Fri Nov 8 03:01:41 2013 (r333178) @@ -22,4 +22,5 @@ lib/libafflib.la lib/libafflib.so lib/libafflib.so.0 libdata/pkgconfig/afflib.pc +man/man1/affcat.1.gz @dirrm include/afflib