Date: Sat, 1 Feb 2014 08:39:52 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342097 - head/sysutils/libfvde Message-ID: <201402010839.s118dqHR066659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Feb 1 08:39:51 2014 New Revision: 342097 URL: http://svnweb.freebsd.org/changeset/ports/342097 QAT: https://qat.redports.org/buildarchive/r342097/ Log: sysutils/libfvde: Enable STAGE support - Enable STAGE support - Sort pkg-plist - Sort USES section Modified: head/sysutils/libfvde/Makefile head/sysutils/libfvde/pkg-plist Modified: head/sysutils/libfvde/Makefile ============================================================================== --- head/sysutils/libfvde/Makefile Sat Feb 1 03:20:21 2014 (r342096) +++ head/sysutils/libfvde/Makefile Sat Feb 1 08:39:51 2014 (r342097) @@ -13,12 +13,8 @@ COMMENT= Library and tools for reading F LICENSE= LGPL3 USES= pkgconfig -GNU_CONFIGURE= yes USE_GNOME= libxml2 gnomehack USE_LDCONFIG= yes +GNU_CONFIGURE= yes -MAN1= fvdeinfo.1 fvdemount.1 -MAN3= libfvde.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/sysutils/libfvde/pkg-plist ============================================================================== --- head/sysutils/libfvde/pkg-plist Sat Feb 1 03:20:21 2014 (r342096) +++ head/sysutils/libfvde/pkg-plist Sat Feb 1 08:39:51 2014 (r342097) @@ -7,9 +7,12 @@ include/libfvde/error.h include/libfvde/extern.h include/libfvde/features.h include/libfvde/types.h -lib/libfvde.so.1 -lib/libfvde.so -lib/libfvde.la lib/libfvde.a +lib/libfvde.la +lib/libfvde.so +lib/libfvde.so.1 libdata/pkgconfig/libfvde.pc +man/man1/fvdeinfo.1.gz +man/man1/fvdemount.1.gz +man/man3/libfvde.3.gz @dirrm include/libfvde
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402010839.s118dqHR066659>