svn commit: r358815 - head/textproc/xmlwrapp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jun 22 17:35:25 UTC 2014
Author: amdmi3
Date: Sun Jun 22 17:35:24 2014
New Revision: 358815
URL: http://svnweb.freebsd.org/changeset/ports/358815
QAT: https://qat.redports.org/buildarchive/r358815/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/textproc/xmlwrapp/Makefile
head/textproc/xmlwrapp/pkg-plist
Modified: head/textproc/xmlwrapp/Makefile
==============================================================================
--- head/textproc/xmlwrapp/Makefile Sun Jun 22 16:46:17 2014 (r358814)
+++ head/textproc/xmlwrapp/Makefile Sun Jun 22 17:35:24 2014 (r358815)
@@ -3,7 +3,7 @@
PORTNAME= xmlwrapp
PORTVERSION= 0.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= SF
@@ -22,9 +22,9 @@ OPTIONS_SUB= yes
XSLT_USE= gnome=libxslt
XSLT_CONFIGURE_ENABLE= xslt
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig libtool
USE_GNOME= libxml2
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
USE_LDCONFIG= yes
Modified: head/textproc/xmlwrapp/pkg-plist
==============================================================================
--- head/textproc/xmlwrapp/pkg-plist Sun Jun 22 16:46:17 2014 (r358814)
+++ head/textproc/xmlwrapp/pkg-plist Sun Jun 22 17:35:24 2014 (r358815)
@@ -16,13 +16,13 @@ include/xmlwrapp/xmlwrapp.h
%%XSLT%%include/xsltwrapp/stylesheet.h
%%XSLT%%include/xsltwrapp/xsltwrapp.h
lib/libxmlwrapp.a
-lib/libxmlwrapp.la
lib/libxmlwrapp.so
lib/libxmlwrapp.so.6
+lib/libxmlwrapp.so.6.0.0
%%XSLT%%lib/libxsltwrapp.a
%%XSLT%%lib/libxsltwrapp.so
-%%XSLT%%lib/libxsltwrapp.la
%%XSLT%%lib/libxsltwrapp.so.4
+%%XSLT%%lib/libxsltwrapp.so.4.0.0
libdata/pkgconfig/xmlwrapp.pc
%%XSLT%%libdata/pkgconfig/xsltwrapp.pc
%%XSLT%%@dirrm include/xsltwrapp
More information about the svn-ports-all
mailing list