mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Update to version 0.9.14
PR: 56637 Submitted by: Ports Fury
This commit is contained in:
parent
1760d60f5f
commit
feba4e356c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89230
10 changed files with 70 additions and 32 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= redland
|
PORTNAME= redland
|
||||||
PORTVERSION= 0.9.13
|
PORTVERSION= 0.9.14
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
http://www.redland.opensource.ac.uk/dist/source/
|
http://www.redland.opensource.ac.uk/dist/source/
|
||||||
|
@ -17,33 +17,25 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A high-level interface for RDF
|
COMMENT= A high-level interface for RDF
|
||||||
|
|
||||||
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \
|
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \
|
||||||
raptor.0:${PORTSDIR}/textproc/raptor
|
raptor.1:${PORTSDIR}/textproc/raptor
|
||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_REINPLACE= yes
|
USE_GETOPT_LONG= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \
|
CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \
|
||||||
--with-bdb-include="${LOCALBASE}/include/db2" \
|
--with-bdb-include="${LOCALBASE}/include/db2" \
|
||||||
--with-bdb-dbname="db2" \
|
--with-bdb-dbname="db2" \
|
||||||
--with-libwww
|
--with-libwww \
|
||||||
|
--with-raptor=system
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
MAN1= redland-config.1 redland-db-upgrade.1
|
MAN1= rdfproc.1 redland-config.1 redland-db-upgrade.1
|
||||||
MAN3= redland.3
|
MAN3= redland.3
|
||||||
|
|
||||||
CPPFLAGS= -I${LOCALBASE}/include
|
CPPFLAGS= -I${LOCALBASE}/include
|
||||||
LDFLAGS= -L${LOCALBASE}/lib
|
LDFLAGS= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's|ac_subdirs_all raptor|ac_subdirs_all|g ; \
|
|
||||||
s|-I\\$$(top_srcdir)/raptor||g ; \
|
|
||||||
s|\\$$(top_builddir)/raptor/libraptor.la|-lraptor|g' \
|
|
||||||
${WRKSRC}/configure
|
|
||||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
||||||
's|SUBDIRS = raptor|SUBDIRS =|g ; \
|
|
||||||
s|$$(top_builddir)/raptor/libraptor.la|-lraptor|g'
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (redland-0.9.13.tar.gz) = 090d3da7a8a063c5292243637e4719b9
|
MD5 (redland-0.9.14.tar.gz) = 25047248a273138225737e50fa211165
|
||||||
|
|
11
textproc/rasqal/files/patch-Makefile.in
Normal file
11
textproc/rasqal/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- Makefile.in.orig Tue Sep 9 00:06:26 2003
|
||||||
|
+++ Makefile.in Tue Sep 9 08:53:42 2003
|
||||||
|
@@ -165,7 +165,7 @@
|
||||||
|
man_MANS = redland-config.1
|
||||||
|
|
||||||
|
# Subdirectories to build/install etc.
|
||||||
|
-SUBDIRS = librdf examples utils demos @SD@
|
||||||
|
+SUBDIRS = librdf utils demos @SD@
|
||||||
|
CONFIG_SUBDIRS = raptor
|
||||||
|
# Subdirectories to use for distribution
|
||||||
|
DIST_SUBDIRS = librdf docs examples \
|
15
textproc/rasqal/files/patch-configure
Normal file
15
textproc/rasqal/files/patch-configure
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- configure.orig Tue Sep 9 00:06:31 2003
|
||||||
|
+++ configure Tue Sep 9 09:03:46 2003
|
||||||
|
@@ -12735,9 +12735,9 @@
|
||||||
|
CFLAGS="$MAINTAINER_CFLAGS $CFLAGS"
|
||||||
|
fi
|
||||||
|
|
||||||
|
-LIBS=
|
||||||
|
-CPPFLAGS=
|
||||||
|
-LDFLAGS=
|
||||||
|
+LIBS="$LIBS"
|
||||||
|
+CPPFLAGS="$CPPFLAGS"
|
||||||
|
+LDFLAGS="$LDFLAGS"
|
||||||
|
|
||||||
|
LIBRDF_LIBTOOLLIBS=librdf.la
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
bin/rdfproc
|
||||||
bin/redland-config
|
bin/redland-config
|
||||||
bin/redland-db-upgrade
|
bin/redland-db-upgrade
|
||||||
include/librdf.h
|
include/librdf.h
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= redland
|
PORTNAME= redland
|
||||||
PORTVERSION= 0.9.13
|
PORTVERSION= 0.9.14
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
http://www.redland.opensource.ac.uk/dist/source/
|
http://www.redland.opensource.ac.uk/dist/source/
|
||||||
|
@ -17,33 +17,25 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A high-level interface for RDF
|
COMMENT= A high-level interface for RDF
|
||||||
|
|
||||||
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \
|
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \
|
||||||
raptor.0:${PORTSDIR}/textproc/raptor
|
raptor.1:${PORTSDIR}/textproc/raptor
|
||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_REINPLACE= yes
|
USE_GETOPT_LONG= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \
|
CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \
|
||||||
--with-bdb-include="${LOCALBASE}/include/db2" \
|
--with-bdb-include="${LOCALBASE}/include/db2" \
|
||||||
--with-bdb-dbname="db2" \
|
--with-bdb-dbname="db2" \
|
||||||
--with-libwww
|
--with-libwww \
|
||||||
|
--with-raptor=system
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
MAN1= redland-config.1 redland-db-upgrade.1
|
MAN1= rdfproc.1 redland-config.1 redland-db-upgrade.1
|
||||||
MAN3= redland.3
|
MAN3= redland.3
|
||||||
|
|
||||||
CPPFLAGS= -I${LOCALBASE}/include
|
CPPFLAGS= -I${LOCALBASE}/include
|
||||||
LDFLAGS= -L${LOCALBASE}/lib
|
LDFLAGS= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's|ac_subdirs_all raptor|ac_subdirs_all|g ; \
|
|
||||||
s|-I\\$$(top_srcdir)/raptor||g ; \
|
|
||||||
s|\\$$(top_builddir)/raptor/libraptor.la|-lraptor|g' \
|
|
||||||
${WRKSRC}/configure
|
|
||||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
||||||
's|SUBDIRS = raptor|SUBDIRS =|g ; \
|
|
||||||
s|$$(top_builddir)/raptor/libraptor.la|-lraptor|g'
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (redland-0.9.13.tar.gz) = 090d3da7a8a063c5292243637e4719b9
|
MD5 (redland-0.9.14.tar.gz) = 25047248a273138225737e50fa211165
|
||||||
|
|
11
textproc/redland/files/patch-Makefile.in
Normal file
11
textproc/redland/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- Makefile.in.orig Tue Sep 9 00:06:26 2003
|
||||||
|
+++ Makefile.in Tue Sep 9 08:53:42 2003
|
||||||
|
@@ -165,7 +165,7 @@
|
||||||
|
man_MANS = redland-config.1
|
||||||
|
|
||||||
|
# Subdirectories to build/install etc.
|
||||||
|
-SUBDIRS = librdf examples utils demos @SD@
|
||||||
|
+SUBDIRS = librdf utils demos @SD@
|
||||||
|
CONFIG_SUBDIRS = raptor
|
||||||
|
# Subdirectories to use for distribution
|
||||||
|
DIST_SUBDIRS = librdf docs examples \
|
15
textproc/redland/files/patch-configure
Normal file
15
textproc/redland/files/patch-configure
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- configure.orig Tue Sep 9 00:06:31 2003
|
||||||
|
+++ configure Tue Sep 9 09:03:46 2003
|
||||||
|
@@ -12735,9 +12735,9 @@
|
||||||
|
CFLAGS="$MAINTAINER_CFLAGS $CFLAGS"
|
||||||
|
fi
|
||||||
|
|
||||||
|
-LIBS=
|
||||||
|
-CPPFLAGS=
|
||||||
|
-LDFLAGS=
|
||||||
|
+LIBS="$LIBS"
|
||||||
|
+CPPFLAGS="$CPPFLAGS"
|
||||||
|
+LDFLAGS="$LDFLAGS"
|
||||||
|
|
||||||
|
LIBRDF_LIBTOOLLIBS=librdf.la
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
bin/rdfproc
|
||||||
bin/redland-config
|
bin/redland-config
|
||||||
bin/redland-db-upgrade
|
bin/redland-db-upgrade
|
||||||
include/librdf.h
|
include/librdf.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue