From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 10:00:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 866F216A4C0 for ; Mon, 1 Sep 2003 10:00:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C662443FE9 for ; Mon, 1 Sep 2003 10:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h81H0YUp095995 for ; Mon, 1 Sep 2003 10:00:34 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h81H0YQM095994; Mon, 1 Sep 2003 10:00:34 -0700 (PDT) Resent-Date: Mon, 1 Sep 2003 10:00:34 -0700 (PDT) Resent-Message-Id: <200309011700.h81H0YQM095994@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E97E516A4C1 for ; Mon, 1 Sep 2003 09:51:03 -0700 (PDT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D4244008 for ; Mon, 1 Sep 2003 09:51:02 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.241.63]) by hfep04.dion.ne.jp with SMTP id <20030901165058357.FLDC@hfep04.dion.ne.jp> for ; Tue, 2 Sep 2003 01:50:58 +0900 Message-Id: <20030902015020.55f6f561.tkato@prontomail.com> Date: Tue, 2 Sep 2003 01:50:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56281: Update port: textproc/redland to 0.9.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 17:00:43 -0000 >Number: 56281 >Category: ports >Synopsis: Update port: textproc/redland to 0.9.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 01 10:00:34 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.9.13 Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/redland/Makefile textproc/redland/Makefile --- /usr/ports/textproc/redland/Makefile Sun May 18 12:19:36 2003 +++ textproc/redland/Makefile Fri Aug 29 05:14:14 2003 @@ -7,7 +7,7 @@ # PORTNAME= redland -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.13 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -17,28 +17,31 @@ COMMENT= A high-level interface for RDF LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ - expat.4:${PORTSDIR}/textproc/expat2 \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - xmlparse.1:${PORTSDIR}/www/libwww - -LIBWWW_CONFIG?= ${LOCALBASE}/bin/libwww-config + raptor.0:${PORTSDIR}/textproc/raptor USE_OPENSSL= yes -USE_PERL5= yes +USE_REINPLACE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include" \ +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-bdb=${LOCALBASE} --with-libwww +CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \ + --with-bdb-include="${LOCALBASE}/include/db2" \ + --with-bdb-dbname="db2" \ + --with-libwww INSTALLS_SHLIB= yes -MAN1= rapper.1 -MAN3= libraptor.3 redland.3 +MAN1= redland-config.1 redland-db-upgrade.1 +MAN3= redland.3 post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\@INSTALL\@|/usr/bin/install -c|g ; \ - s|^CPPFLAGS = -I|CPPFLAGS = \@CPPFLAGS\@ -I|g ; \ - s|^LDFLAGS = \@LIBRDF_|LDFLAGS = \@LDFLAGS\@ \@LIBRDF_|g ; \ - s|^LIBS = \@LIBRDF_|LIBS = \@LIBS\@ \@LIBRDF_|g' + @${REINPLACE_CMD} -e 's|ac_subdirs_all raptor|ac_subdirs_all|g ; \ + s|-I\\$$(top_srcdir)/raptor||g ; \ + s|\\$$(top_builddir)/raptor/libraptor.la|-lraptor|g' \ + ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|SUBDIRS = raptor|SUBDIRS =|g ; \ + s|$$(top_builddir)/raptor/libraptor.la|-lraptor|g' .include diff -urN /usr/ports/textproc/redland/distinfo textproc/redland/distinfo --- /usr/ports/textproc/redland/distinfo Sun May 18 12:19:36 2003 +++ textproc/redland/distinfo Fri Aug 29 03:54:04 2003 @@ -1 +1 @@ -MD5 (redland-0.9.12.tar.gz) = 545ffc5e1da2e240392b0dbe32afa821 +MD5 (redland-0.9.13.tar.gz) = 090d3da7a8a063c5292243637e4719b9 diff -urN /usr/ports/textproc/redland/files/patch-configure textproc/redland/files/patch-configure --- /usr/ports/textproc/redland/files/patch-configure Sun May 18 12:19:36 2003 +++ textproc/redland/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,50 +0,0 @@ ---- configure.orig Thu Feb 13 11:00:47 2003 -+++ configure Fri Apr 18 21:32:50 2003 -@@ -6626,9 +6626,9 @@ - - fi - --CPPFLAGS="$LIBRDF_CPPFLAGS" --LDFLAGS="$LIBRDF_LDFLAGS" --LIBS="$LIBRDF_LIBS" -+CPPFLAGS="$LIBRDF_CPPFLAGS $CPPFLAGS" -+LDFLAGS="$LIBRDF_LDFLAGS $LDFLAGS" -+LIBS="$LIBRDF_LIBS $LIBS" - - - if test "$have_libdb" != yes; then -@@ -7294,9 +7294,9 @@ - echo "$ac_t""no" 1>&6 - fi - --CPPFLAGS="$LIBRDF_CPPFLAGS" --LDFLAGS="$LIBRDF_LDFLAGS" --LIBS="$LIBRDF_LIBS" -+CPPFLAGS="$LIBRDF_CPPFLAGS $CPPFLAGS" -+LDFLAGS="$LIBRDF_LDFLAGS $LDFLAGS" -+LIBS="$LIBRDF_LIBS $LIBS" - - - -@@ -7730,7 +7730,7 @@ - have_libxml=0 - fi - -- CPPFLAGS="$LIBRDF_CPPFLAGS" -+ CPPFLAGS="$LIBRDF_CPPFLAGS $CPPFLAGS" - - else - echo "$ac_t""no" 1>&6 -@@ -8328,9 +8328,9 @@ - CFLAGS="$MAINTAINER_CFLAGS $CFLAGS" - fi - --LIBS= --CPPFLAGS= --LDFLAGS= -+#LIBS= -+#CPPFLAGS= -+#LDFLAGS= - - - diff -urN /usr/ports/textproc/redland/pkg-plist textproc/redland/pkg-plist --- /usr/ports/textproc/redland/pkg-plist Sun May 18 12:19:36 2003 +++ textproc/redland/pkg-plist Fri Aug 29 04:36:11 2003 @@ -1,10 +1,6 @@ -bin/rapper -bin/raptor-config bin/redland-config bin/redland-db-upgrade include/librdf.h -include/ntriples.h -include/raptor.h include/rdf_concepts.h include/rdf_digest.h include/rdf_files.h @@ -16,6 +12,7 @@ include/rdf_iterator.h include/rdf_list.h include/rdf_model.h +include/rdf_model_storage.h include/rdf_node.h include/rdf_parser.h include/rdf_query.h @@ -30,9 +27,6 @@ include/rdf_uri.h include/rdf_utf8.h include/redland.h -lib/libraptor.a -lib/libraptor.so -lib/libraptor.so.0 lib/librdf.a lib/librdf.so lib/librdf.so.0 >Release-Note: >Audit-Trail: >Unformatted: