Date: Fri, 16 May 2014 12:26:31 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354214 - head/security/fakeroot Message-ID: <201405161226.s4GCQVpx013463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Fri May 16 12:26:30 2014 New Revision: 354214 URL: http://svnweb.freebsd.org/changeset/ports/354214 QAT: https://qat.redports.org/buildarchive/r354214/ Log: - Switch to USES=libtool - Strip library Modified: head/security/fakeroot/Makefile head/security/fakeroot/pkg-plist Modified: head/security/fakeroot/Makefile ============================================================================== --- head/security/fakeroot/Makefile Fri May 16 12:19:31 2014 (r354213) +++ head/security/fakeroot/Makefile Fri May 16 12:26:30 2014 (r354214) @@ -3,6 +3,7 @@ PORTNAME= fakeroot PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot @@ -13,10 +14,10 @@ COMMENT= Simulate the root user behaviou LICENSE= GPLv3 -USES= tar:bzip2 +USES= tar:bzip2 libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ipc=tcp -USE_AUTOTOOLS= libtool +INSTALL_TARGET= install-strip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/security/fakeroot/pkg-plist ============================================================================== --- head/security/fakeroot/pkg-plist Fri May 16 12:19:31 2014 (r354213) +++ head/security/fakeroot/pkg-plist Fri May 16 12:26:30 2014 (r354214) @@ -2,7 +2,6 @@ bin/faked bin/fakeroot lib/libfakeroot-0.so lib/libfakeroot.a -lib/libfakeroot.la lib/libfakeroot.so lib/libfakeroot.so.0 man/de/man1/faked.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405161226.s4GCQVpx013463>