diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-27 12:06:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-27 12:06:50 +0000 |
commit | 8aa4d05da5ac118a38367f9abb74ff54e53776ee (patch) | |
tree | a242ea8b4ff81f60aaf76d16a453b01e4ea1c361 /java/jmp/files | |
parent | Update to 0.41 (diff) |
- Update to 0.43
- Fix packaging
PR: ports/70597
Submitted by: Ronald Klop (maintainer)
Notes
Notes:
svn path=/head/; revision=117412
Diffstat (limited to 'java/jmp/files')
-rw-r--r-- | java/jmp/files/patch-Makefile.am | 25 | ||||
-rw-r--r-- | java/jmp/files/patch-Makefile.in | 25 | ||||
-rw-r--r-- | java/jmp/files/patch-instance_owners.c | 12 | ||||
-rw-r--r-- | java/jmp/files/patch-jmp.c | 9 | ||||
-rw-r--r-- | java/jmp/files/patch-methodlist_menu.c | 9 |
5 files changed, 38 insertions, 42 deletions
diff --git a/java/jmp/files/patch-Makefile.am b/java/jmp/files/patch-Makefile.am index 9795b08b1c4e..822ac4371e2b 100644 --- a/java/jmp/files/patch-Makefile.am +++ b/java/jmp/files/patch-Makefile.am @@ -1,19 +1,10 @@ $FreeBSD$ ---- Makefile.am Tue May 13 22:11:38 2003 -+++ Makefile.am Tue May 13 22:12:05 2003 -@@ -42,12 +42,12 @@ - gcc -shared -o $@ ${OBJECTS} -Wl,--kill-at - - jmp/JMPController.class : java/jmp/JMPController.java -- javac -sourcepath java -d . $< -+ ${JAVAC} -sourcepath java -d . $< - - # javah does not update file modification time, so touch it - # otherwise we will remake file every time - jmp_JMPController.h: jmp/JMPController.class -- javah jmp.JMPController -+ ${JAVAH} jmp.JMPController - @touch jmp_JMPController.h - - javadocs: +--- Makefile.am.orig Mon May 31 00:17:56 2004 ++++ Makefile.am Wed Aug 18 00:28:51 2004 +@@ -50 +50 @@ +- javac -sourcepath ${top_srcdir}/java -d . $< ++ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $< +@@ -55 +55 @@ +- javah -classpath . jmp.JMPController ++ ${JAVAH} -classpath . jmp.JMPController diff --git a/java/jmp/files/patch-Makefile.in b/java/jmp/files/patch-Makefile.in index 847866fdbb7f..c0d80c265ac1 100644 --- a/java/jmp/files/patch-Makefile.in +++ b/java/jmp/files/patch-Makefile.in @@ -1,19 +1,10 @@ $FreeBSD$ ---- Makefile.in Tue May 13 22:11:43 2003 -+++ Makefile.in Tue May 13 22:12:29 2003 -@@ -598,12 +598,12 @@ - gcc -shared -o $@ ${OBJECTS} -Wl,--kill-at - - jmp/JMPController.class : java/jmp/JMPController.java -- javac -sourcepath java -d . $< -+ ${JAVAC} -sourcepath java -d . $< - - # javah does not update file modification time, so touch it - # otherwise we will remake file every time - jmp_JMPController.h: jmp/JMPController.class -- javah jmp.JMPController -+ ${JAVAH} jmp.JMPController - @touch jmp_JMPController.h - - javadocs: +--- Makefile.in.orig Tue Aug 17 18:52:26 2004 ++++ Makefile.in Wed Aug 18 00:29:11 2004 +@@ -639 +639 @@ +- javac -sourcepath ${top_srcdir}/java -d . $< ++ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $< +@@ -644 +644 @@ +- javah -classpath . jmp.JMPController ++ ${JAVAH} -classpath . jmp.JMPController diff --git a/java/jmp/files/patch-instance_owners.c b/java/jmp/files/patch-instance_owners.c index dd8ec178992f..089201d12f89 100644 --- a/java/jmp/files/patch-instance_owners.c +++ b/java/jmp/files/patch-instance_owners.c @@ -1,14 +1,10 @@ -$FreeBSD$ - ---- instance_owners.c.orig Fri Jun 25 02:20:42 2004 -+++ instance_owners.c Fri Jun 25 02:28:35 2004 +--- /tmp/instance_owners.c Wed Aug 18 20:23:20 2004 ++++ instance_owners.c Wed Aug 18 20:24:24 2004 @@ -16,0 +17,4 @@ +#if __FreeBSD__ < 5 +#define PRId32 "d" +#endif + -@@ -205,0 +210 @@ -+ GtkWidget* menuitem; -@@ -207 +212 @@ -- GtkWidget* menuitem = gtk_menu_item_new_with_label (buf); +@@ -207 +211 @@ +- omenu = gtk_menu_new (); + menuitem = gtk_menu_item_new_with_label (buf); diff --git a/java/jmp/files/patch-jmp.c b/java/jmp/files/patch-jmp.c new file mode 100644 index 000000000000..99792eb29b23 --- /dev/null +++ b/java/jmp/files/patch-jmp.c @@ -0,0 +1,9 @@ +$FreeBSD$ + +--- jmp.c.orig Wed Aug 18 00:13:25 2004 ++++ jmp.c Wed Aug 18 00:14:03 2004 +@@ -1883,0 +1884 @@ ++ int locks; +@@ -1886 +1887 @@ +- int locks = timerstacks_get_need_locks (); ++ locks = timerstacks_get_need_locks (); diff --git a/java/jmp/files/patch-methodlist_menu.c b/java/jmp/files/patch-methodlist_menu.c new file mode 100644 index 000000000000..e8a96c7a0485 --- /dev/null +++ b/java/jmp/files/patch-methodlist_menu.c @@ -0,0 +1,9 @@ +$FreeBSD$ + +--- methodlist_menu.c.orig Wed Aug 18 00:14:57 2004 ++++ methodlist_menu.c Wed Aug 18 00:15:44 2004 +@@ -58,0 +59 @@ ++ mvector* mmv; +@@ -65 +66 @@ +- mvector* mmv = gv (mm); ++ mmv = gv (mm); |