From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 8 03:10:23 2005 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 7251616A4CF for ; Tue, 8 Feb 2005 03:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8DE43D39 for ; Tue, 8 Feb 2005 03:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j183AMRC078672 for ; Tue, 8 Feb 2005 03:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j183AMPN078670; Tue, 8 Feb 2005 03:10:22 GMT (envelope-from gnats) Resent-Date: Tue, 8 Feb 2005 03:10:22 GMT Resent-Message-Id: <200502080310.j183AMPN078670@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, Charles Swiger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D04316A4CE for ; Tue, 8 Feb 2005 03:05:31 +0000 (GMT) Received: from pkix-gw.codefab.com (pkix-gw.codefab.com [199.103.21.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26BC43D41 for ; Tue, 8 Feb 2005 03:05:30 +0000 (GMT) (envelope-from chuck@pkix.net) Received: from localhost (localhost [127.0.0.1]) by ns1.pkix.net (Postfix) with ESMTP id 277E654D0 for ; Mon, 7 Feb 2005 22:05:30 -0500 (EST) Received: from pkix-gw.codefab.com ([127.0.0.1]) by localhost (ns1.pkix.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07371-03 for ; Mon, 7 Feb 2005 22:05:02 -0500 (EST) Received: by pkix-gw.codefab.com (Postfix, from userid 1003) id 3E1F554CE; Mon, 7 Feb 2005 22:05:02 -0500 (EST) Message-Id: <20050208030502.3E1F554CE@pkix-gw.codefab.com> Date: Mon, 7 Feb 2005 22:05:02 -0500 (EST) From: Charles Swiger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77243: update port: textproc/redland to v1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Charles Swiger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 03:10:23 -0000 >Number: 77243 >Category: ports >Synopsis: update port: textproc/redland to v1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 08 03:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Charles Swiger >Release: FreeBSD 4.11-STABLE i386 >Organization: PKIx >Environment: System: FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Jan 19 04:19:15 EST 2005 root@ns1.pkix.net:/usr/obj/usr/src/sys/NORMAL i386 >Description: Update textproc/redland to latest version, take maintainership. >How-To-Repeat: N/A. >Fix: diff -dur redland.orig/Makefile redland/Makefile --- redland.orig/Makefile Mon Feb 7 20:41:55 2005 +++ redland/Makefile Mon Feb 7 21:45:03 2005 @@ -7,39 +7,61 @@ # PORTNAME= redland -PORTVERSION= 0.9.19 +PORTVERSION= 1.0.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ MASTER_SITE_SUBDIR= librdf -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chuck@pkix.net COMMENT= A high-level interface for RDF -LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 \ - raptor.2:${PORTSDIR}/textproc/raptor +LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor + +# Berkeley DB is also needed, default to using 4.2 if not set otherwise. +WITH_BDB_VER?= 42 +.if ${WITH_BDB_VER} == 3 +LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 +.elif ${WITH_BDB_VER} == 4 +LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 +.elif ${WITH_BDB_VER} == 41 +LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 +.elif ${WITH_BDB_VER} == 42 +LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 +.else +.error WITH_BDB_VER must be one of 3, 4, 41 and 42 +.endif USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 LIBTOOLFILES= configure raptor/configure rasqal/configure + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \ - --with-bdb-include="${LOCALBASE}/include/db41" \ - --with-bdb-dbname="db41" \ + --with-bdb-include="${LOCALBASE}/include/db${WITH_BDB_VER}" \ + --with-bdb-dbname="db${WITH_BDB_VER}" \ --with-raptor=system \ --with-rasqal=internal \ - --with-threestore=no \ - --with-mysql=no + --with-threestore=no + +# optional use of recent MySQL versions +.if defined(WANT_MYSQL_VER) +.if ${WANT_MYSQL_VER} < 323 + @${ECHO} "This port requires WANT_MYSQL_VER=323 or later to use MySQL." +.else +CONFIGURE_ARGS+=--with-mysql=yes +.endif +.endif + INSTALLS_SHLIB= yes 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 .include diff -dur redland.orig/distinfo redland/distinfo --- redland.orig/distinfo Mon Feb 7 20:41:56 2005 +++ redland/distinfo Mon Feb 7 21:43:36 2005 @@ -1,2 +1,2 @@ -MD5 (redland-0.9.19.tar.gz) = a9e413e5243e950e3322f6505481cedf -SIZE (redland-0.9.19.tar.gz) = 2391325 +MD5 (redland-1.0.0.tar.gz) = 5fcfa0f0a2eac0cf23f0e916a3b29924 +SIZE (redland-1.0.0.tar.gz) = 2578757 >Release-Note: >Audit-Trail: >Unformatted: