From owner-svn-ports-all@FreeBSD.ORG Tue Sep 24 18:17:20 2013 Return-Path: Delivered-To: svn-ports-all@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 A3AFE60A; Tue, 24 Sep 2013 18:17:20 +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 8235E2F80; Tue, 24 Sep 2013 18:17:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8OIHKQC055932; Tue, 24 Sep 2013 18:17:20 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8OIHJ5w055922; Tue, 24 Sep 2013 18:17:19 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309241817.r8OIHJ5w055922@svn.freebsd.org> From: Antoine Brodin Date: Tue, 24 Sep 2013 18:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328186 - in head/devel: libewf libvshadow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 18:17:20 -0000 Author: antoine Date: Tue Sep 24 18:17:19 2013 New Revision: 328186 URL: http://svnweb.freebsd.org/changeset/ports/328186 Log: - Add an explicit dependency on pkgconf (needed for fuse detection) - Convert to STAGEDIR Modified: head/devel/libewf/Makefile head/devel/libewf/pkg-plist head/devel/libvshadow/Makefile head/devel/libvshadow/pkg-plist Modified: head/devel/libewf/Makefile ============================================================================== --- head/devel/libewf/Makefile Tue Sep 24 18:08:14 2013 (r328185) +++ head/devel/libewf/Makefile Tue Sep 24 18:17:19 2013 (r328186) @@ -13,20 +13,14 @@ COMMENT= A library for support of the Ex LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid -USES= fuse pathfix gettext iconv +USES= fuse gettext iconv pathfix pkgconfig USE_LDCONFIG= yes USE_OPENSSL= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libuuid=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -MAN1= ewfacquire.1 ewfacquirestream.1 ewfexport.1 \ - ewfinfo.1 ewfmount.1 ewfrecover.1 ewfverify.1 -MAN3= libewf.3 - -NO_STAGE= yes .include Modified: head/devel/libewf/pkg-plist ============================================================================== --- head/devel/libewf/pkg-plist Tue Sep 24 18:08:14 2013 (r328185) +++ head/devel/libewf/pkg-plist Tue Sep 24 18:17:19 2013 (r328186) @@ -21,4 +21,12 @@ lib/libewf.so.2 %%PYTHON_SITELIBDIR%%/pyewf.la %%PYTHON_SITELIBDIR%%/pyewf.so libdata/pkgconfig/libewf.pc +man/man1/ewfacquire.1.gz +man/man1/ewfacquirestream.1.gz +man/man1/ewfexport.1.gz +man/man1/ewfinfo.1.gz +man/man1/ewfmount.1.gz +man/man1/ewfrecover.1.gz +man/man1/ewfverify.1.gz +man/man3/libewf.3.gz @dirrm include/libewf Modified: head/devel/libvshadow/Makefile ============================================================================== --- head/devel/libvshadow/Makefile Tue Sep 24 18:08:14 2013 (r328185) +++ head/devel/libvshadow/Makefile Tue Sep 24 18:17:19 2013 (r328186) @@ -14,17 +14,12 @@ COMMENT= A library to support the Volume LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse pathfix gettext iconv +USES= fuse gettext iconv pathfix pkgconfig USE_PYTHON= -2.7 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN1= vshadowinfo.1 vshadowmount.1 -MAN3= libvshadow.3 - -NO_STAGE= yes .include Modified: head/devel/libvshadow/pkg-plist ============================================================================== --- head/devel/libvshadow/pkg-plist Tue Sep 24 18:08:14 2013 (r328185) +++ head/devel/libvshadow/pkg-plist Tue Sep 24 18:17:19 2013 (r328186) @@ -15,4 +15,7 @@ lib/libvshadow.so.1 %%PYTHON_SITELIBDIR%%/pyvshadow.la %%PYTHON_SITELIBDIR%%/pyvshadow.so libdata/pkgconfig/libvshadow.pc +man/man1/vshadowinfo.1.gz +man/man1/vshadowmount.1.gz +man/man3/libvshadow.3.gz @dirrm include/libvshadow