Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 12:48:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359990 - head/textproc/augeas
Message-ID:  <201407011248.s61Cmh5j057999@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011248.s61Cmh5j057999>