Date: Sat, 7 Aug 2004 21:00:17 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70119: Update port: textproc/redland to 0.9.18 Message-ID: <20040807210017.4944e232.tkato432@yahoo.com> Resent-Message-ID: <200408071210.i77CASYT094009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70119 >Category: ports >Synopsis: Update port: textproc/redland to 0.9.18 >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: Sat Aug 07 12:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9.18 Remove file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/redland/Makefile textproc/redland/Makefile --- /usr/ports/textproc/redland/Makefile Mon Apr 5 13:55:43 2004 +++ textproc/redland/Makefile Wed Aug 4 12:58:28 2004 @@ -7,8 +7,7 @@ # PORTNAME= redland -PORTVERSION= 0.9.16 -PORTREVISION= 1 +PORTVERSION= 0.9.18 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -20,21 +19,25 @@ LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 \ raptor.2:${PORTSDIR}/textproc/raptor -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_INC_LIBTOOL_VER= 13 +LIBTOOLFILES= configure raptor/configure rasqal/configure CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \ --with-bdb-include="${LOCALBASE}/include/db41" \ --with-bdb-dbname="db41" \ - --with-libwww \ - --with-raptor=system + --with-raptor=system \ + --with-rasqal=internal \ + --with-threestore=no \ + --with-mysql=no INSTALLS_SHLIB= yes -MAN1= rdfproc.1 redland-config.1 redland-db-upgrade.1 -MAN3= redland.3 +MAN1= rasqal-config.1 rdfproc.1 redland-config.1 \ + redland-db-upgrade.1 roqet.1 +MAN3= librasqal.3 redland.3 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff -urN /usr/ports/textproc/redland/distinfo textproc/redland/distinfo --- /usr/ports/textproc/redland/distinfo Sun Feb 29 12:28:29 2004 +++ textproc/redland/distinfo Wed Aug 4 12:16:03 2004 @@ -1,2 +1,2 @@ -MD5 (redland-0.9.16.tar.gz) = d78c768825df2727aec8336fe9772d8d -SIZE (redland-0.9.16.tar.gz) = 1615586 +MD5 (redland-0.9.18.tar.gz) = 64ab895d0d9f5ad8540357e26dc46253 +SIZE (redland-0.9.18.tar.gz) = 2012458 diff -urN /usr/ports/textproc/redland/files/patch-Makefile.in textproc/redland/files/patch-Makefile.in --- /usr/ports/textproc/redland/files/patch-Makefile.in Tue Feb 3 18:16:18 2004 +++ textproc/redland/files/patch-Makefile.in Wed Aug 4 12:18:55 2004 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sun Feb 1 03:20:27 2004 -+++ Makefile.in Sun Feb 1 10:55:32 2004 -@@ -264,7 +264,7 @@ - man_MANS = redland-config.1 - - # Subdirectories to build/install etc. --SUBDIRS = @SD_PRE@ librdf examples utils @SD_POST@ demos docs -+SUBDIRS = @SD_PRE@ librdf utils @SD_POST@ demos docs - CONFIG_SUBDIRS = raptor - # Subdirectories to use for distribution - DIST_SUBDIRS = librdf docs examples \ +--- Makefile.in.orig Wed Aug 4 12:17:19 2004 ++++ Makefile.in Wed Aug 4 12:18:49 2004 +@@ -257,7 +257,7 @@ + # to ensure that the raptor and rasqal subdirectories are called + # as CONFIG_SUBDIR directories. + # +-SUBDIRS = @LOCAL_SUBDIRS@ librdf examples utils demos docs data ++SUBDIRS = @LOCAL_SUBDIRS@ librdf utils demos docs data + EXTRA_DIST = ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 \ + README NEWS LICENSE.txt TODO \ + README.html NEWS.html LICENSE.html TODO.html \ diff -urN /usr/ports/textproc/redland/files/patch-ltmain.sh textproc/redland/files/patch-ltmain.sh --- /usr/ports/textproc/redland/files/patch-ltmain.sh Sun May 18 11:08:37 2003 +++ textproc/redland/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Fri Jul 19 07:09:02 2002 -+++ ltmain.sh Fri Apr 18 21:33:19 2003 -@@ -4274,10 +4274,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/textproc/redland/pkg-plist textproc/redland/pkg-plist --- /usr/ports/textproc/redland/pkg-plist Tue Feb 3 18:16:18 2004 +++ textproc/redland/pkg-plist Wed Aug 4 12:54:16 2004 @@ -1,10 +1,14 @@ +bin/rasqal-config bin/rdfproc bin/redland-config bin/redland-db-upgrade +bin/roqet include/librdf.h +include/rasqal.h include/rdf_concepts.h include/rdf_init.h include/rdf_iterator.h +include/rdf_log.h include/rdf_model.h include/rdf_node.h include/rdf_parser.h @@ -16,7 +20,13 @@ include/rdf_uri.h include/rdf_utf8.h include/redland.h +lib/librasqal.a +lib/librasqal.so +lib/librasqal.so.0 lib/librdf.a lib/librdf.so lib/librdf.so.0 +libdata/pkgconfig/rasqal.pc libdata/pkgconfig/redland.pc +%%DATADIR%%/Redland.i +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040807210017.4944e232.tkato432>