svn commit: r359990 - head/textproc/augeas
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 1 12:48:43 UTC 2014
Author: bapt
Date: Tue Jul 1 12:48:42 2014
New Revision: 359990
URL: http://svnweb.freebsd.org/changeset/ports/359990
QAT: https://qat.redports.org/buildarchive/r359990/
Log:
Fix build with readline from ports
While here:
- Convert to USES=libtool
- Use autotool regular target to strip binaries
Modified:
head/textproc/augeas/Makefile
head/textproc/augeas/pkg-plist
Modified: head/textproc/augeas/Makefile
==============================================================================
--- head/textproc/augeas/Makefile Tue Jul 1 12:44:16 2014 (r359989)
+++ head/textproc/augeas/Makefile Tue Jul 1 12:48:42 2014 (r359990)
@@ -3,7 +3,7 @@
PORTNAME= augeas
PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.augeas.net/
@@ -16,11 +16,12 @@ TEST_DEPENDS= bash:${PORTSDIR}/shells/ba
gsed:${PORTSDIR}/textproc/gsed
USE_GNOME= libxml2
-USES= gmake pkgconfig
-USE_AUTOTOOLS= autoconf aclocal autoheader automake libtool
+USES= gmake libtool pkgconfig readline
+USE_AUTOTOOLS= autoconf aclocal autoheader automake libtoolize:env
ACLOCAL_ARGS= -I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
LENSESDIR= ${PREFIX}/share/augeas/lenses
@@ -32,8 +33,4 @@ post-patch:
${WRKSRC}/lenses/puppet.aug \
${WRKSRC}/lenses/puppetfileserver.aug
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaugeas.so.18
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfa.so.5
-
.include <bsd.port.mk>
Modified: head/textproc/augeas/pkg-plist
==============================================================================
--- head/textproc/augeas/pkg-plist Tue Jul 1 12:44:16 2014 (r359989)
+++ head/textproc/augeas/pkg-plist Tue Jul 1 12:48:42 2014 (r359990)
@@ -4,13 +4,13 @@ bin/fadot
include/augeas.h
include/fa.h
lib/libaugeas.a
-lib/libaugeas.la
lib/libaugeas.so
-lib/libaugeas.so.18
+lib/libaugeas.so.0
+lib/libaugeas.so.0.18.0
lib/libfa.a
-lib/libfa.la
lib/libfa.so
-lib/libfa.so.5
+lib/libfa.so.1
+lib/libfa.so.1.4.0
libdata/pkgconfig/augeas.pc
man/man1/augparse.1.gz
man/man1/augtool.1.gz
More information about the svn-ports-all
mailing list