Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2005 17:17:46 -0400 (EDT)
From:      Charles Swiger <chuck@pkix.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        russell@rucus.net
Subject:   ports/84254: update port: textproc/redland to install libtool .la files
Message-ID:  <20050728211746.6D2EF54A8@pkix-gw.codefab.com>
Resent-Message-ID: <200507282120.j6SLKG3V073171@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84254
>Category:       ports
>Synopsis:       update port: textproc/redland to install libtool .la files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 28 21:20:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Charles Swiger
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
PKIx
>Environment:
System: FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Sat Jun 18 18:51:43 EDT 2005 root@ns1.pkix.net:/usr/obj/usr/src/sys/NORMAL i386

>Description:

Update the textproc/redland port to install .la files at the request of the
textproc/redland-bindings maintainer (CC:ed).

>How-To-Repeat:

N/A.

>Fix:

diff -dur redland.orig/Makefile redland/Makefile
--- redland.orig/Makefile	Thu Jul 28 17:04:27 2005
+++ redland/Makefile	Thu Jul 28 17:06:17 2005
@@ -40,6 +40,8 @@
 USE_GMAKE=	yes
 USE_LIBTOOL_VER=	15
 LIBTOOLFILES=	configure rasqal/configure
+USE_INC_LIBTOOL_VER=15
+LIBTOOLFLAGS=	--enable-ltlibs
 
 CPPFLAGS=	-I${LOCALBASE}/include/db${WITH_BDB_VER} -I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib
diff -dur redland.orig/pkg-plist redland/pkg-plist
--- redland.orig/pkg-plist	Thu Jul 28 17:04:27 2005
+++ redland/pkg-plist	Thu Jul 28 17:07:31 2005
@@ -23,9 +23,11 @@
 include/rdf_utf8.h
 include/redland.h
 lib/librasqal.a
+lib/librasqal.la
 lib/librasqal.so
 lib/librasqal.so.0
 lib/librdf.a
+lib/librdf.la
 lib/librdf.so
 lib/librdf.so.0
 libdata/pkgconfig/rasqal.pc
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050728211746.6D2EF54A8>