From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 2 07:01:14 2004 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 C59DC16A4CE for ; Mon, 2 Feb 2004 07:01:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B2F43D55 for ; Mon, 2 Feb 2004 07:00:42 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i12F0gFR072105 for ; Mon, 2 Feb 2004 07:00:42 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i12F0gsQ072101; Mon, 2 Feb 2004 07:00:42 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 2 Feb 2004 07:00:42 -0800 (PST) Resent-Message-Id: <200402021500.i12F0gsQ072101@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 ADA1016A4D1 for ; Mon, 2 Feb 2004 06:52:06 -0800 (PST) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F6D43D39 for ; Mon, 2 Feb 2004 06:52:03 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.54.205]) by hfep08.dion.ne.jp with SMTP id <20040202145159035.YPQU@hfep08.dion.ne.jp> for ; Mon, 2 Feb 2004 23:51:59 +0900 Message-Id: <20040202235036.1da26cd5.tkato@prontomail.com> Date: Mon, 2 Feb 2004 23:50:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62268: Update port: textproc/redland to 0.9.15 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, 02 Feb 2004 15:01:14 -0000 >Number: 62268 >Category: ports >Synopsis: Update port: textproc/redland to 0.9.15 >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 Feb 02 07:00:42 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 0.9.15 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/redland/Makefile textproc/redland/Makefile --- /usr/ports/textproc/redland/Makefile Sat Jan 3 18:23:55 2004 +++ textproc/redland/Makefile Sun Feb 1 11:25:41 2004 @@ -7,7 +7,7 @@ # PORTNAME= redland -PORTVERSION= 0.9.14 +PORTVERSION= 0.9.15 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -16,18 +16,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A high-level interface for RDF -LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ +LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 \ raptor.2:${PORTSDIR}/textproc/raptor +USE_GNOME= gnomehack gnometarget pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \ - --with-bdb-include="${LOCALBASE}/include/db2" \ - --with-bdb-dbname="db2" \ + --with-bdb-include="${LOCALBASE}/include/db41" \ + --with-bdb-dbname="db41" \ --with-libwww \ --with-raptor=system INSTALLS_SHLIB= yes diff -urN /usr/ports/textproc/redland/distinfo textproc/redland/distinfo --- /usr/ports/textproc/redland/distinfo Fri Jan 30 14:54:42 2004 +++ textproc/redland/distinfo Sun Feb 1 20:24:56 2004 @@ -1,2 +1,2 @@ -MD5 (redland-0.9.14.tar.gz) = 25047248a273138225737e50fa211165 -SIZE (redland-0.9.14.tar.gz) = 1306009 +MD5 (redland-0.9.15.tar.gz) = 0547f601751ed6fce371fe14eea1ca5a +SIZE (redland-0.9.15.tar.gz) = 1685861 diff -urN /usr/ports/textproc/redland/files/patch-Makefile.in textproc/redland/files/patch-Makefile.in --- /usr/ports/textproc/redland/files/patch-Makefile.in Wed Sep 24 23:05:51 2003 +++ textproc/redland/files/patch-Makefile.in Sun Feb 1 10:55:48 2004 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue Sep 9 00:06:26 2003 -+++ Makefile.in Tue Sep 9 08:53:42 2003 -@@ -165,7 +165,7 @@ +--- 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 = librdf examples utils demos @SD@ -+SUBDIRS = librdf utils demos @SD@ +-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 \ diff -urN /usr/ports/textproc/redland/pkg-plist textproc/redland/pkg-plist --- /usr/ports/textproc/redland/pkg-plist Thu Sep 25 03:46:08 2003 +++ textproc/redland/pkg-plist Sun Feb 1 11:13:52 2004 @@ -3,31 +3,20 @@ bin/redland-db-upgrade include/librdf.h include/rdf_concepts.h -include/rdf_digest.h -include/rdf_files.h -include/rdf_hash.h -include/rdf_hash_bdb.h -include/rdf_hash_memory.h -include/rdf_heuristics.h include/rdf_init.h 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 -include/rdf_query_triples.h include/rdf_serializer.h include/rdf_statement.h include/rdf_storage.h -include/rdf_storage_hashes.h -include/rdf_storage_list.h include/rdf_stream.h -include/rdf_types.h include/rdf_uri.h include/rdf_utf8.h include/redland.h lib/librdf.a lib/librdf.so lib/librdf.so.0 +libdata/pkgconfig/redland.pc >Release-Note: >Audit-Trail: >Unformatted: