View | Details | Raw Unified | Return to bug 40627
Collapse All | Expand All

(-)textproc/raptor/Makefile (-7 / +11 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	raptor
9
PORTNAME=	raptor
10
PORTVERSION=	0.9.3
10
PORTVERSION=	0.9.5
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		http://www.redland.opensource.ac.uk/dist/source/
13
		http://www.redland.opensource.ac.uk/dist/source/
Lines 15-27 Link Here
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
17
18
LIB_DEPENDS=	expat.2:${PORTSDIR}/textproc/expat2 \
18
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
19
		xmlparse:${PORTSDIR}/www/libwww \
19
		expat.2:${PORTSDIR}/textproc/expat2 \
20
		gnugetopt:${PORTSDIR}/devel/libgnugetopt
20
		xmlparse.1:${PORTSDIR}/www/libwww
21
21
22
LIBWWW_CONFIG=	${LOCALBASE}/bin/libwww-config
22
LIBWWW_CONFIG=	${LOCALBASE}/bin/libwww-config
23
GNU_CONFIGURE=	yes
23
24
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags`" \
24
USE_LIBTOOL=	yes
25
		LIBS="-L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs`"
25
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
26
INSTALLS_SHLIB=	yes
27
28
CPPFLAGS=	-I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags`
29
LDFLAGS=	-L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs`
26
30
27
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)textproc/raptor/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6
1
MD5 (raptor-0.9.5.tar.gz) = 8d8a93323ff6de7ae4f1fed1ba80a6cb
(-)textproc/raptor/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Sat Jun  8 23:23:14 2002
2
+++ configure	Tue Jul 16 04:34:41 2002
3
@@ -5443,6 +5443,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)textproc/raptor/pkg-plist (+2 lines)
Lines 2-4 Link Here
2
include/ntriples.h
2
include/ntriples.h
3
include/raptor.h
3
include/raptor.h
4
lib/libraptor.a
4
lib/libraptor.a
5
lib/libraptor.so
6
lib/libraptor.so.0

Return to bug 40627