diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-15 21:41:28 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-15 21:41:28 +0000 |
commit | 68517fa550c7f47853c0125f9e5ebed2c50e19bc (patch) | |
tree | 4a6de8aabe0204bae68c21a02e4e671706db5ed1 /textproc/raptor | |
parent | 5d7a3cfde0c2ec7534bc3436cab38e10b9b4cbf4 (diff) | |
download | ports-68517fa550c7f47853c0125f9e5ebed2c50e19bc.tar.gz ports-68517fa550c7f47853c0125f9e5ebed2c50e19bc.zip |
Notes
Diffstat (limited to 'textproc/raptor')
-rw-r--r-- | textproc/raptor/Makefile | 18 | ||||
-rw-r--r-- | textproc/raptor/distinfo | 2 | ||||
-rw-r--r-- | textproc/raptor/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/raptor/pkg-plist | 2 |
4 files changed, 24 insertions, 8 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index c9632af211b0..a35b23124571 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -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 @@ MASTER_SITE_SUBDIR= librdf 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 --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo index d16f5fa18f6f..fdba779ecfd9 100644 --- a/textproc/raptor/distinfo +++ b/textproc/raptor/distinfo @@ -1 +1 @@ -MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6 +MD5 (raptor-0.9.5.tar.gz) = 8d8a93323ff6de7ae4f1fed1ba80a6cb diff --git a/textproc/raptor/files/patch-configure b/textproc/raptor/files/patch-configure new file mode 100644 index 000000000000..08c4af342534 --- /dev/null +++ b/textproc/raptor/files/patch-configure @@ -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 --git a/textproc/raptor/pkg-plist b/textproc/raptor/pkg-plist index a78aedcb98d8..2787e8d16040 100644 --- a/textproc/raptor/pkg-plist +++ b/textproc/raptor/pkg-plist @@ -2,3 +2,5 @@ bin/rdfdump include/ntriples.h include/raptor.h lib/libraptor.a +lib/libraptor.so +lib/libraptor.so.0 |