Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 13:53:36 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40627: Update port: textproc/raptor to 0.9.5
Message-ID:  <200207152053.g6FKraoA082232@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         40627
>Category:       ports
>Synopsis:       Update port: textproc/raptor to 0.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 15 14:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.5

New file:
files/patch-configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/textproc/raptor/Makefile textproc/raptor/Makefile
--- /usr/ports/textproc/raptor/Makefile	Thu Nov 22 19:02:31 2001
+++ textproc/raptor/Makefile	Tue Jul 16 04:37:52 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	raptor
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.5
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.redland.opensource.ac.uk/dist/source/
@@ -15,13 +15,17 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	expat.2:${PORTSDIR}/textproc/expat2 \
-		xmlparse:${PORTSDIR}/www/libwww \
-		gnugetopt:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
+		expat.2:${PORTSDIR}/textproc/expat2 \
+		xmlparse.1:${PORTSDIR}/www/libwww
 
 LIBWWW_CONFIG=	${LOCALBASE}/bin/libwww-config
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags`" \
-		LIBS="-L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs`"
+
+USE_LIBTOOL=	yes
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+INSTALLS_SHLIB=	yes
+
+CPPFLAGS=	-I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags`
+LDFLAGS=	-L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs`
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/raptor/distinfo textproc/raptor/distinfo
--- /usr/ports/textproc/raptor/distinfo	Thu Nov 22 19:02:31 2001
+++ textproc/raptor/distinfo	Tue Jul 16 04:33:57 2002
@@ -1 +1 @@
-MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6
+MD5 (raptor-0.9.5.tar.gz) = 8d8a93323ff6de7ae4f1fed1ba80a6cb
diff -urN /usr/ports/textproc/raptor/files/patch-configure textproc/raptor/files/patch-configure
--- /usr/ports/textproc/raptor/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ textproc/raptor/files/patch-configure	Tue Jul 16 04:35:24 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Sat Jun  8 23:23:14 2002
++++ configure	Tue Jul 16 04:34:41 2002
+@@ -5443,6 +5443,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/textproc/raptor/pkg-plist textproc/raptor/pkg-plist
--- /usr/ports/textproc/raptor/pkg-plist	Thu Nov 22 19:02:31 2001
+++ textproc/raptor/pkg-plist	Tue Jul 16 04:51:55 2002
@@ -2,3 +2,5 @@
 include/ntriples.h
 include/raptor.h
 lib/libraptor.a
+lib/libraptor.so
+lib/libraptor.so.0

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207152053.g6FKraoA082232>