Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 13:54:38 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40628: Update port: textproc/redland to 0.9.11
Message-ID:  <200207152054.g6FKscYI082278@www.freebsd.org>

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

>Number:         40628
>Category:       ports
>Synopsis:       Update port: textproc/redland to 0.9.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 15 14:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.11

New file:
files/patch-configure:

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/textproc/redland/Makefile textproc/redland/Makefile
--- /usr/ports/textproc/redland/Makefile	Thu Nov 22 16:03:00 2001
+++ textproc/redland/Makefile	Tue Jul 16 05:45:36 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	redland
-PORTVERSION=	0.9.10
+PORTVERSION=	0.9.11
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.redland.opensource.ac.uk/dist/source/
@@ -15,16 +15,25 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	xmlparse.1:${PORTSDIR}/www/libwww \
+LIB_DEPENDS=	db2.0:${PORTSDIR}/databases/db \
+		gdbm.2:${PORTSDIR}/databases/gdbm \
 		expat.2:${PORTSDIR}/textproc/expat2 \
-		gdbm:${PORTSDIR}/databases/gdbm \
-		db2:${PORTSDIR}/databases/db
+		xml2.5:${PORTSDIR}/textproc/libxml2 \
+		xmlparse.1:${PORTSDIR}/www/libwww
+
+LIBWWW_CONFIG?=	${LOCALBASE}/bin/libwww-config
 
 USE_OPENSSL=	yes
-LIBWWW_CONFIG=	${LOCALBASE}/bin/libwww-config
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} `${LIBWWW_CONFIG} --cflags` -I${LOCALBASE}/include/db2" \
-		LDFLAGS="`${LIBWWW_CONFIG} --libs`"
+USE_PERL5=	yes
+USE_LIBTOOL=	yes
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--with-bdb=${LOCALBASE} --with-libwww
+INSTALLS_SHLIB=	yes
+
+MAN3=		redland.3
+
+CPPFLAGS=	-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include \
+		`${LIBWWW_CONFIG} --cflags`
+LDFLAGS=	-L${LOCALBASE}/lib `${LIBWWW_CONFIG} --libs`
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/redland/distinfo textproc/redland/distinfo
--- /usr/ports/textproc/redland/distinfo	Thu Nov 22 16:03:00 2001
+++ textproc/redland/distinfo	Tue Jul 16 04:45:48 2002
@@ -1 +1 @@
-MD5 (redland-0.9.10.tar.gz) = ad7016755bd1b4203649d002f8715193
+MD5 (redland-0.9.11.tar.gz) = 3aa452e98b6a16f804843ba9df106daf
diff -urN /usr/ports/textproc/redland/files/patch-configure textproc/redland/files/patch-configure
--- /usr/ports/textproc/redland/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ textproc/redland/files/patch-configure	Tue Jul 16 04:47:40 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Sun Jun  9 05:34:13 2002
++++ configure	Tue Jul 16 04:47:28 2002
+@@ -5610,6 +5610,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/textproc/redland/pkg-plist textproc/redland/pkg-plist
--- /usr/ports/textproc/redland/pkg-plist	Thu Nov 22 16:03:00 2001
+++ textproc/redland/pkg-plist	Tue Jul 16 05:49:15 2002
@@ -14,6 +14,9 @@
 include/rdf_model.h
 include/rdf_node.h
 include/rdf_parser.h
+include/rdf_query.h
+include/rdf_query_triples.h
+include/rdf_serializer.h
 include/rdf_statement.h
 include/rdf_storage.h
 include/rdf_storage_hashes.h
@@ -24,3 +27,5 @@
 include/rdf_utf8.h
 include/redland.h
 lib/librdf.a
+lib/librdf.so
+lib/librdf.so.0

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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