From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 08:39:52 2014 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 ESMTPS id B21F9996; Sat, 1 Feb 2014 08:39:52 +0000 (UTC) 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 9E43E1A95; Sat, 1 Feb 2014 08:39:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s118dq76066663; Sat, 1 Feb 2014 08:39:52 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s118dqHR066659; Sat, 1 Feb 2014 08:39:52 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402010839.s118dqHR066659@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 1 Feb 2014 08:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342097 - head/sysutils/libfvde 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.17 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: Sat, 01 Feb 2014 08:39:52 -0000 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 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