Date: Mon, 25 Aug 2014 22:29:04 +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: r366160 - head/databases/pxlib Message-ID: <201408252229.s7PMT4vY073118@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 25 22:29:04 2014 New Revision: 366160 URL: http://svnweb.freebsd.org/changeset/ports/366160 QAT: https://qat.redports.org/buildarchive/r366160/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/databases/pxlib/Makefile head/databases/pxlib/pkg-plist Modified: head/databases/pxlib/Makefile ============================================================================== --- head/databases/pxlib/Makefile Mon Aug 25 22:10:42 2014 (r366159) +++ head/databases/pxlib/Makefile Mon Aug 25 22:29:04 2014 (r366160) @@ -3,6 +3,7 @@ PORTNAME= pxlib PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF @@ -13,8 +14,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USE_AUTOTOOLS= libtool -USES= gmake iconv pathfix perl5 +USES= gmake iconv libtool pathfix perl5 USE_GNOME= intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/pxlib/pkg-plist ============================================================================== --- head/databases/pxlib/pkg-plist Mon Aug 25 22:10:42 2014 (r366159) +++ head/databases/pxlib/pkg-plist Mon Aug 25 22:29:04 2014 (r366160) @@ -3,9 +3,9 @@ include/paradox-mp.h include/paradox.h include/pxversion.h lib/libpx.a -lib/libpx.la lib/libpx.so -lib/libpx.so.6 +lib/libpx.so.0 +lib/libpx.so.0.6.5 libdata/pkgconfig/pxlib.pc %%MANPAGES%%man/man3/PX_add_primary_index.3.gz %%MANPAGES%%man/man3/PX_close.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408252229.s7PMT4vY073118>