Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 18:17:19 +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: r328186 - in head/devel: libewf libvshadow
Message-ID:  <201309241817.r8OIHJ5w055922@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 <bsd.port.mk>

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



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