On Fri, 25 Apr 2014 08:05:59 +0000 Max Brazhnikov wrote:
> On Thu, 24 Apr 2014 21:05:14 +0200 Tijl Coosemans wrote:
>> Can somebody approve the attached patch.  It converts USE_GNOME=lthack
>> to USES=libtool in textproc/rasqal.  USE_GNOME=lthack is going away.
>> 
>> Redports: https://redports.org/buildarchive/20140424120700-26043/
> 
> Approved. You can also remove la file as well, if it is not required.
> KDE ports definitely don't need it.

I checked the ports below and it looks like redland is the only one
that installs .la files that refer to librasqal.la.  So if USES=libtool
is added to redland (patch attached) librasqal.la can be removed too.

% grep rasqal INDEX-11 | grep -v kdelibs | grep -v libreoffice | awk -F\| 
'{print $2}'
/usr/ports/audio/slv2
/usr/ports/databases/akonadi
/usr/ports/editors/morla
/usr/ports/editors/openoffice-4
/usr/ports/editors/openoffice-devel
/usr/ports/textproc/rasqal
/usr/ports/textproc/redland
/usr/ports/textproc/redland-bindings
/usr/ports/textproc/soprano
Index: textproc/redland/Makefile
===================================================================
--- textproc/redland/Makefile	(revision 352096)
+++ textproc/redland/Makefile	(working copy)
@@ -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
Index: textproc/redland/pkg-plist
===================================================================
--- textproc/redland/pkg-plist	(revision 352096)
+++ textproc/redland/pkg-plist	(working copy)
@@ -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
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to