svn commit: r342097 - head/sysutils/libfvde

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 08:39:52 UTC 2014


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


More information about the svn-ports-all mailing list