From owner-freebsd-ports Mon Jul 15 14: 1:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C674437B40A for ; Mon, 15 Jul 2002 14:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0971C43E91 for ; Mon, 15 Jul 2002 14:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6FL07JU014028 for ; Mon, 15 Jul 2002 14:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6FL07Pd014027; Mon, 15 Jul 2002 14:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75C437B400 for ; Mon, 15 Jul 2002 13:54:38 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E1A43E3B for ; Mon, 15 Jul 2002 13:54:38 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6FKscOT082279 for ; Mon, 15 Jul 2002 13:54:38 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6FKscYI082278; Mon, 15 Jul 2002 13:54:38 -0700 (PDT) Message-Id: <200207152054.g6FKscYI082278@www.freebsd.org> Date: Mon, 15 Jul 2002 13:54:38 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/40628: Update port: textproc/redland to 0.9.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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