aboutsummaryrefslogtreecommitdiff
path: root/textproc/augeas
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 12:48:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 12:48:42 +0000
commit89ac427852afd7ddec63fc67fa9a6dba6e043aec (patch)
tree2444f9c6e28f141f02f45e8cd54567662f34bdab /textproc/augeas
parent889615741baa44d1ab23a404dc95dca3e1b0ad63 (diff)
downloadports-89ac427852afd7ddec63fc67fa9a6dba6e043aec.tar.gz
ports-89ac427852afd7ddec63fc67fa9a6dba6e043aec.zip
Fix build with readline from ports
While here: - Convert to USES=libtool - Use autotool regular target to strip binaries
Notes
Notes: svn path=/head/; revision=359990
Diffstat (limited to 'textproc/augeas')
-rw-r--r--textproc/augeas/Makefile11
-rw-r--r--textproc/augeas/pkg-plist8
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