diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-01 20:48:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-01 20:48:42 +0800 |
commit | a9565590ad9d4b5510d8afcc254526eae1feb7cd (patch) | |
tree | 2444f9c6e28f141f02f45e8cd54567662f34bdab /textproc | |
parent | 3075b64e67ebd959636561cde6ed52b953b39c02 (diff) | |
download | freebsd-ports-gnome-a9565590ad9d4b5510d8afcc254526eae1feb7cd.tar.gz freebsd-ports-gnome-a9565590ad9d4b5510d8afcc254526eae1feb7cd.tar.zst freebsd-ports-gnome-a9565590ad9d4b5510d8afcc254526eae1feb7cd.zip |
Fix build with readline from ports
While here:
- Convert to USES=libtool
- Use autotool regular target to strip binaries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/augeas/Makefile | 11 | ||||
-rw-r--r-- | textproc/augeas/pkg-plist | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 3c35b84df2ca..484e00558161 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -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/bash \ 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> diff --git a/textproc/augeas/pkg-plist b/textproc/augeas/pkg-plist index d54c30de6ad7..e8b7d0b50a2b 100644 --- a/textproc/augeas/pkg-plist +++ b/textproc/augeas/pkg-plist @@ -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 |