From e90f502ee40ed5bdcae822e64623eb80f69273be Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 23 Dec 2004 07:49:35 +0000 Subject: New port: textproc/redland-bindings - Language bindings for the redland rdf library' The Redland RDF parser package (textproc/redland) recently forked into two packages -- one for the core library, and another for the bindings for various languages. This port is for the language bindings for redland. The textproc/redland port may itself have to be updated/changed, as redland-bindings requires librdf.la to build the Java component (possibly Ruby or TCL too, unable to test), and this is not installed by the textproc/redland port currently. I will work on a new redland port soon. The OPTIONS part of this port could probably be improved by somebody with more knowledge on the subject than I (this is my first attempt at writing a port), but I see that there are fairly recent discussions on the mailing lists regarding using OPTIONS together with WITH_ -> USE_ I will be actively using this software on FreeBSD for a number of years to come, and will happily act as the port maintainer. PR: ports/70374 Submitted by: Russell Cloran --- textproc/redland-bindings/files/patch-configure-java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 textproc/redland-bindings/files/patch-configure-java (limited to 'textproc/redland-bindings/files/patch-configure-java') diff --git a/textproc/redland-bindings/files/patch-configure-java b/textproc/redland-bindings/files/patch-configure-java new file mode 100644 index 000000000000..681530004722 --- /dev/null +++ b/textproc/redland-bindings/files/patch-configure-java @@ -0,0 +1,16 @@ +--- configure~ 2004-08-11 09:03:29.649228648 +0200 ++++ configure 2004-08-11 09:03:29.655227736 +0200 +@@ -20463,11 +20463,11 @@ + done + done + else +- jdkinc=$jdkdir/include ++ jdkinc=$jdk/include + fi + + if test "X$jdk" != X -a -r $jdkinc/jni.h; then +- inc2=`find $jdkinc -type d | grep -v "$jdkinc\$" | head -1` ++ inc2=`find $jdkinc -type d | grep -v "$jdkinc\$" | head -n 1` + JDK_INCLUDES="-I$jdkinc" + if test -r $inc2/jni_md.h; then + JDK_INCLUDES="$JDK_INCLUDES -I$inc2" -- cgit v1.2.3