Date: Tue, 14 Jun 2005 17:24:39 -0400 (EDT) From: Chuck Swiger <chuck@pkix.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/82246: update port: textproc/redland to v1.02 Message-ID: <20050614212439.E5D9254C8@pkix-gw.codefab.com> Resent-Message-ID: <200506142130.j5ELUGEH099962@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82246 >Category: ports >Synopsis: update port: textproc/redland to v1.02 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 14 21:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Chuck Swiger <chuck@pkix.net> >Release: FreeBSD 4.11-STABLE i386 >Organization: PKIx >Environment: System: FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #3: Tue Apr 5 00:29:47 EDT 2005 root@ns1.pkix.net:/usr/obj/usr/src/sys/NORMAL i386 >Description: Update redland port to latest version and fix problem with port linking to BDB-1.x rather than BDB-4.2 or whatever was specified. >How-To-Repeat: N/A. >Fix: diff -dur redland.orig/Makefile redland/Makefile --- redland.orig/Makefile Tue Jun 14 14:52:29 2005 +++ redland/Makefile Tue Jun 14 15:34:04 2005 @@ -7,7 +7,7 @@ # PORTNAME= redland -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ @@ -39,15 +39,12 @@ USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 -LIBTOOLFILES= configure raptor/configure rasqal/configure +LIBTOOLFILES= configure rasqal/configure -CPPFLAGS= -I${LOCALBASE}/include +CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} -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/db${WITH_BDB_VER}" \ - --with-bdb-dbname="db${WITH_BDB_VER}" \ - --with-raptor=system \ +CONFIGURE_ARGS= --with-raptor=system \ --with-rasqal=internal \ --with-threestore=no diff -dur redland.orig/distinfo redland/distinfo --- redland.orig/distinfo Tue Jun 14 14:52:29 2005 +++ redland/distinfo Tue Jun 14 15:11:21 2005 @@ -1,2 +1,2 @@ -MD5 (redland-1.0.1.tar.gz) = afd9414b9f3c385b3fe00c0ea7db9714 -SIZE (redland-1.0.1.tar.gz) = 2734353 +MD5 (redland-1.0.2.tar.gz) = 64c291f063e15b4929a276167359ccf7 +SIZE (redland-1.0.2.tar.gz) = 2806461 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050614212439.E5D9254C8>