summaryrefslogtreecommitdiff
path: root/textproc/redland-bindings/files/patch-configure-java
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-23 07:49:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-23 07:49:35 +0000
commite90f502ee40ed5bdcae822e64623eb80f69273be (patch)
tree6b6df218ce77f94bd4d616955bf7296ebc74a1ec /textproc/redland-bindings/files/patch-configure-java
parentNew port: textproc/py-rss2gen: python rss 2.0 generator (diff)
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 <russell.ru.ac.za@rucus.ru.ac.za>
Notes
Notes: svn path=/head/; revision=124924
Diffstat (limited to 'textproc/redland-bindings/files/patch-configure-java')
-rw-r--r--textproc/redland-bindings/files/patch-configure-java16
1 files changed, 16 insertions, 0 deletions
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"