mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Update to version 0.9.5.
PR: 40627 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
5d7a3cfde0
commit
68517fa550
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63041
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6
|
||||
MD5 (raptor-0.9.5.tar.gz) = 8d8a93323ff6de7ae4f1fed1ba80a6cb
|
||||
|
10
textproc/raptor/files/patch-configure
Normal file
10
textproc/raptor/files/patch-configure
Normal file
@ -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'
|
@ -2,3 +2,5 @@ bin/rdfdump
|
||||
include/ntriples.h
|
||||
include/raptor.h
|
||||
lib/libraptor.a
|
||||
lib/libraptor.so
|
||||
lib/libraptor.so.0
|
||||
|
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6
|
||||
MD5 (raptor-0.9.5.tar.gz) = 8d8a93323ff6de7ae4f1fed1ba80a6cb
|
||||
|
10
textproc/raptor2/files/patch-configure
Normal file
10
textproc/raptor2/files/patch-configure
Normal file
@ -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'
|
@ -2,3 +2,5 @@ bin/rdfdump
|
||||
include/ntriples.h
|
||||
include/raptor.h
|
||||
lib/libraptor.a
|
||||
lib/libraptor.so
|
||||
lib/libraptor.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user