Date: Tue, 27 May 2014 18:31:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355555 - head/devel/xparam Message-ID: <201405271831.s4RIVTt8052285@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 27 18:31:29 2014 New Revision: 355555 URL: http://svnweb.freebsd.org/changeset/ports/355555 QAT: https://qat.redports.org/buildarchive/r355555/ Log: - Switch to USES=libtool (USE_AUTOTOOLS=libtool still required as it calls ) - Strip library Modified: head/devel/xparam/Makefile head/devel/xparam/pkg-plist Modified: head/devel/xparam/Makefile ============================================================================== --- head/devel/xparam/Makefile Tue May 27 18:29:14 2014 (r355554) +++ head/devel/xparam/Makefile Tue May 27 18:31:29 2014 (r355555) @@ -3,7 +3,7 @@ PORTNAME= xparam PORTVERSION= 1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -12,8 +12,13 @@ COMMENT= General-purpose tool for parame LICENSE= GPLv2 # (or later) -USES= gmake +USES= gmake libtool USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/libxparam.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxparam.so + .include <bsd.port.mk> Modified: head/devel/xparam/pkg-plist ============================================================================== --- head/devel/xparam/pkg-plist Tue May 27 18:29:14 2014 (r355554) +++ head/devel/xparam/pkg-plist Tue May 27 18:31:29 2014 (r355555) @@ -82,7 +82,6 @@ include/xparam/xpv_value_imp.h include/xparam.h include/xparam_extend.h lib/libxparam.a -lib/libxparam.la lib/libxparam.so lib/libxparam.so.1 @dirrm include/xparam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271831.s4RIVTt8052285>