summaryrefslogtreecommitdiff
path: root/devel/swarm/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-11 16:56:27 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-11 16:56:27 +0000
commit2bd670cc26256c7197ef4a3952a2dcb0ebf1d8ab (patch)
treefb976fb4b0d4553bcba8e6dce6a94664b05cda5b /devel/swarm/files
parentupgrade to 0.64 (diff)
Enable Jave support. Use install-info. Based on:
PR: 38365 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=69900
Diffstat (limited to 'devel/swarm/files')
-rw-r--r--devel/swarm/files/patch-makefile16
-rw-r--r--devel/swarm/files/patch-objc-features.texi13
2 files changed, 29 insertions, 0 deletions
diff --git a/devel/swarm/files/patch-makefile b/devel/swarm/files/patch-makefile
new file mode 100644
index 000000000000..0d569b430c7d
--- /dev/null
+++ b/devel/swarm/files/patch-makefile
@@ -0,0 +1,16 @@
+diff -ruN swarm.orig/files/patch-ae swarm/files/patch-ae
+--- swarm.orig/files/patch-ae Thu Jan 1 08:00:00 1970
++++ swarm/files/patch-ae Mon May 20 20:58:48 2002
+@@ -0,0 +1,11 @@
++--- java/c/Makefile.in.orig Sun Feb 13 01:50:41 2000
+++++ java/c/Makefile.in Mon May 20 18:27:20 2002
++@@ -71,7 +71,7 @@
++ $(LIBTOOL) --mode=link $(OBJC) $(CFLAGS) -o $@ -version-info $(STUBSCURRENT):$(STUBSREVISION):$(STUBSAGE) -rpath $(libdir) $^
++
++ $(_LIBJAVASWARM_LA): $(_LIBJAVASWARMSTUBS_LA) $(libjavaswarm_la_OBJECTS)
++- $(LIBTOOL) --mode=link $(OBJC) $(CFLAGS) -o $@ -version-info $(CURRENT):$(REVISION):$(AGE) -L$(abs_top_builddir)/libobjc -rpath $(libdir) $(libjavaswarm_la_OBJECTS) $(_LIBJAVASWARMSTUBS_LA) -L$(abs_top_builddir)/src $(SWARMLIBS) -lobjc
+++ $(LIBTOOL) --mode=link $(OBJC) $(CFLAGS) -o $@ -version-info $(CURRENT):$(REVISION):$(AGE) -rpath $(libdir) $(javaswarmstubs_OBJECTS) $(javaswarm_OBJECTS) $(foreach module,$(SWARMMODULES),$(top_builddir)/src/$(module)/*.lo) $(filter-out $(top_builddir)/libobjc/nil_method.lo,$(wildcard $(top_builddir)/libobjc/*.lo)) $(SUPPORTLDFLAGS) $(SYSLIBS)
++
++ ENTRYCMD=-e @JAVASWARM_DLL_ENTRY@
++
+
diff --git a/devel/swarm/files/patch-objc-features.texi b/devel/swarm/files/patch-objc-features.texi
new file mode 100644
index 000000000000..1d532ad1ada1
--- /dev/null
+++ b/devel/swarm/files/patch-objc-features.texi
@@ -0,0 +1,13 @@
+--- libobjc/doc/objc-features.texi.orig Mon Nov 11 17:43:05 2002
++++ libobjc/doc/objc-features.texi Mon Nov 11 17:49:43 2002
+@@ -2,6 +2,10 @@
+ @c %**start of header
+ @setfilename objc-features.info
+ @settitle GNU Objective-C runtime features
++@dircategory Programming & development tools.
++@direntry
++* GNU Objective-C runtime features: (objc-features). GNU Objective-C runtime features
++@end direntry
+ @setchapternewpage odd
+ @c %**end of header
+