svn commit: r352100 - in head/textproc: rasqal redland
Tijl Coosemans
tijl at FreeBSD.org
Fri Apr 25 09:48:14 UTC 2014
Author: tijl
Date: Fri Apr 25 09:48:12 2014
New Revision: 352100
URL: http://svnweb.freebsd.org/changeset/ports/352100
QAT: https://qat.redports.org/buildarchive/r352100/
Log:
Convert to USES=libtool.
Approved by: kde (makc)
Modified:
head/textproc/rasqal/Makefile
head/textproc/rasqal/pkg-plist
head/textproc/redland/Makefile
head/textproc/redland/pkg-plist
Modified: head/textproc/rasqal/Makefile
==============================================================================
--- head/textproc/rasqal/Makefile Fri Apr 25 09:26:00 2014 (r352099)
+++ head/textproc/rasqal/Makefile Fri Apr 25 09:48:12 2014 (r352100)
@@ -3,6 +3,7 @@
PORTNAME= rasqal
PORTVERSION= 0.9.32
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/ \
SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -18,10 +19,9 @@ LICENSE_COMB= dual
LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \
libpcre.so:${PORTSDIR}/devel/pcre
-USE_GNOME= lthack
+USES= gmake libtool pathfix perl5 pkgconfig
USE_OPENSSL= yes
USE_PERL5= build
-USES= gmake pathfix pkgconfig perl5
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/textproc/rasqal/pkg-plist
==============================================================================
--- head/textproc/rasqal/pkg-plist Fri Apr 25 09:26:00 2014 (r352099)
+++ head/textproc/rasqal/pkg-plist Fri Apr 25 09:48:12 2014 (r352100)
@@ -2,9 +2,9 @@ bin/rasqal-config
bin/roqet
include/rasqal/rasqal.h
lib/librasqal.a
-lib/librasqal.la
lib/librasqal.so
lib/librasqal.so.3
+lib/librasqal.so.3.0.0
libdata/pkgconfig/rasqal.pc
man/man1/rasqal-config.1.gz
man/man1/roqet.1.gz
Modified: head/textproc/redland/Makefile
==============================================================================
--- head/textproc/redland/Makefile Fri Apr 25 09:26:00 2014 (r352099)
+++ head/textproc/redland/Makefile Fri Apr 25 09:48:12 2014 (r352100)
@@ -3,7 +3,7 @@
PORTNAME= redland
PORTVERSION= 1.0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
@@ -20,7 +20,7 @@ LIB_DEPENDS= libraptor2.so:${PORTSDIR}/t
USE_AUTOTOOLS= libltdl
USE_PERL5= build
-USES= gmake pathfix perl5 pkgconfig shebangfix
+USES= gmake libtool pathfix perl5 pkgconfig shebangfix
SHEBANG_FILES= scripts/touch-mtime.pl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-threestore=no
Modified: head/textproc/redland/pkg-plist
==============================================================================
--- head/textproc/redland/pkg-plist Fri Apr 25 09:26:00 2014 (r352099)
+++ head/textproc/redland/pkg-plist Fri Apr 25 09:48:12 2014 (r352100)
@@ -23,20 +23,16 @@ include/rdf_uri.h
include/rdf_utf8.h
include/redland.h
lib/librdf.a
-lib/librdf.la
lib/librdf.so
lib/librdf.so.0
+lib/librdf.so.0.0.0
%%MYSQL%%lib/redland/librdf_storage_mysql.a
-%%MYSQL%%lib/redland/librdf_storage_mysql.la
%%MYSQL%%lib/redland/librdf_storage_mysql.so
%%PGSQL%%lib/redland/librdf_storage_postgresql.a
-%%PGSQL%%lib/redland/librdf_storage_postgresql.la
%%PGSQL%%lib/redland/librdf_storage_postgresql.so
%%SQLITE%%lib/redland/librdf_storage_sqlite.a
-%%SQLITE%%lib/redland/librdf_storage_sqlite.la
%%SQLITE%%lib/redland/librdf_storage_sqlite.so
%%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.a
-%%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.la
%%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.so
libdata/pkgconfig/redland.pc
man/man1/rdfproc.1.gz
More information about the svn-ports-all
mailing list