View | Details | Raw Unified | Return to bug 70597
Collapse All | Expand All

(-)jmp/Makefile (-1 / +1 lines)
Line 9 Link Here
9
PORTVERSION=	0.42
9
PORTVERSION=	0.43
(-)jmp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (jmp-0.42.tar.gz) = f29b6f75526099fe94ff7c6ab06d4474
1
MD5 (jmp-0.43.tar.gz) = 312322a7d607597ac97b6d7033139caa
2
SIZE (jmp-0.42.tar.gz) = 484703
2
SIZE (jmp-0.43.tar.gz) = 473897
(-)jmp/files/patch-Makefile.am (-17 / +8 lines)
Lines 3-19 Link Here
3
--- Makefile.am	Tue May 13 22:11:38 2003
3
--- Makefile.am.orig	Mon May 31 00:17:56 2004
4
+++ Makefile.am	Tue May 13 22:12:05 2003
4
+++ Makefile.am	Wed Aug 18 00:28:51 2004
5
@@ -42,12 +42,12 @@
5
@@ -50 +50 @@
6
 	gcc -shared -o $@ ${OBJECTS} -Wl,--kill-at
6
-	javac -sourcepath ${top_srcdir}/java -d . $<
7
 
7
+	${JAVAC} -sourcepath ${top_srcdir}/java -d . $<
8
 jmp/JMPController.class : java/jmp/JMPController.java	
8
@@ -55 +55 @@
9
-	javac -sourcepath java -d . $<
9
-	javah -classpath . jmp.JMPController
10
+	${JAVAC} -sourcepath java -d . $<
10
+	${JAVAH} -classpath . jmp.JMPController
11
 
12
 # javah does not update file modification time, so touch it
13
 # otherwise we will remake file every time
14
 jmp_JMPController.h: jmp/JMPController.class
15
-	javah jmp.JMPController
16
+	${JAVAH} jmp.JMPController
17
 	@touch jmp_JMPController.h
18
 
19
 javadocs:
(-)jmp/files/patch-Makefile.in (-17 / +8 lines)
Lines 3-19 Link Here
3
--- Makefile.in	Tue May 13 22:11:43 2003
3
--- Makefile.in.orig	Tue Aug 17 18:52:26 2004
4
+++ Makefile.in	Tue May 13 22:12:29 2003
4
+++ Makefile.in	Wed Aug 18 00:29:11 2004
5
@@ -598,12 +598,12 @@
5
@@ -639 +639 @@
6
 	gcc -shared -o $@ ${OBJECTS} -Wl,--kill-at
6
-	javac -sourcepath ${top_srcdir}/java -d . $<
7
 
7
+	${JAVAC} -sourcepath ${top_srcdir}/java -d . $<
8
 jmp/JMPController.class : java/jmp/JMPController.java	
8
@@ -644 +644 @@
9
-	javac -sourcepath java -d . $<
9
-	javah -classpath . jmp.JMPController
10
+	${JAVAC} -sourcepath java -d . $<
10
+	${JAVAH} -classpath . jmp.JMPController
11
 
12
 # javah does not update file modification time, so touch it
13
 # otherwise we will remake file every time
14
 jmp_JMPController.h: jmp/JMPController.class
15
-	javah jmp.JMPController
16
+	${JAVAH} jmp.JMPController
17
 	@touch jmp_JMPController.h
18
 
19
 javadocs:
(-)jmp/files/patch-jmp.c (+9 lines)
Line 0 Link Here
1
$FreeBSD$
2
3
--- jmp.c.orig	Wed Aug 18 00:13:25 2004
4
+++ jmp.c	Wed Aug 18 00:14:03 2004
5
@@ -1883,0 +1884 @@
6
+	int locks;
7
@@ -1886 +1887 @@
8
-	int locks = timerstacks_get_need_locks ();
9
+	locks = timerstacks_get_need_locks ();
(-)jmp/files/patch-methodlist_menu.c (+9 lines)
Line 0 Link Here
1
$FreeBSD$
2
3
--- methodlist_menu.c.orig	Wed Aug 18 00:14:57 2004
4
+++ methodlist_menu.c	Wed Aug 18 00:15:44 2004
5
@@ -58,0 +59 @@
6
+	mvector* mmv;
7
@@ -65 +66 @@
8
-	mvector* mmv = gv (mm);
9
+	mmv = gv (mm);
(-)jmp/pkg-plist (-1 lines)
Line 1 Link Here
1
lib/libjmp.la

Return to bug 70597