ports/82246: update port: textproc/redland to v1.02
Chuck Swiger
chuck at pkix.net
Tue Jun 14 21:30:16 UTC 2005
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list