ports/52628: Update port java/jmp 0.29 -> 0.30.

Ronald Klop ronald at cs.vu.nl
Sat May 24 00:50:04 UTC 2003


>Number:         52628
>Category:       ports
>Synopsis:       Update port java/jmp 0.29 -> 0.30.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 17:50:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Klop
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD henk.boetzelaer.nl 4.8-STABLE FreeBSD 4.8-STABLE #56: Mon May 12 23:54:04 CEST 2003 root at henk.boetzelaer.nl:/usr/obj/usr/src/sys/HENK i386


	
>Description:
	Update of the port to 0.28.

>How-To-Repeat:
	
>Fix:

	

--- jmp-0.30.diff begins here ---
diff -Nubr /usr/ports/java/jmp/Makefile jmp/Makefile
--- /usr/ports/java/jmp/Makefile	Thu May 15 18:34:36 2003
+++ jmp/Makefile	Sat May 24 01:19:54 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jmp
-PORTVERSION=	0.29
+PORTVERSION=	0.30
 CATEGORIES=	java devel
 MASTER_SITES=	http://www.khelekore.org/jmp/
 
diff -Nubr /usr/ports/java/jmp/distinfo jmp/distinfo
--- /usr/ports/java/jmp/distinfo	Thu May 15 18:34:36 2003
+++ jmp/distinfo	Sat May 24 01:21:07 2003
@@ -1 +1 @@
-MD5 (jmp-0.29.tar.gz) = ba923307a088b81f08d94faaf8ca8ade
+MD5 (jmp-0.30.tar.gz) = 25cb5003953ffcac5e166471660463e2
diff -Nubr /usr/ports/java/jmp/files/patch-configure jmp/files/patch-configure
--- /usr/ports/java/jmp/files/patch-configure	Thu May 15 18:34:36 2003
+++ jmp/files/patch-configure	Thu Jan  1 01:00:00 1970
@@ -1,12 +0,0 @@
-$FreeBSD: ports/java/jmp/files/patch-configure,v 1.1 2003/05/15 16:34:36 glewis Exp $
-
---- configure.orig	Fri Feb 28 08:28:00 2003
-+++ configure	Fri Feb 28 08:28:31 2003
-@@ -11241,6 +11241,7 @@
- 
- 
- case $target_os in
-+  freebsd*) java_os=freebsd;;
-   linux*) java_os=linux;;
-   solaris*) java_os=solaris;;
-   cygwin*) java_os=win32;;
diff -Nubr /usr/ports/java/jmp/files/patch-jmp.c jmp/files/patch-jmp.c
--- /usr/ports/java/jmp/files/patch-jmp.c	Thu May 15 18:34:36 2003
+++ jmp/files/patch-jmp.c	Thu Jan  1 01:00:00 1970
@@ -1,45 +0,0 @@
-$FreeBSD: ports/java/jmp/files/patch-jmp.c,v 1.1 2003/05/15 16:34:36 glewis Exp $
-
---- jmp.c	Tue May 13 23:17:03 2003
-+++ jmp.c	Tue May 13 23:17:47 2003
-@@ -1548,10 +1548,11 @@
-     free (cf);
- }
- 
--void enable_method_events () {
-+void enable_method_events_and_stacks (int get_stacks) {
-     /* Ok, the thread stacks are bogous, clear them all and try to get 
-      * real stacks, timing will be a bit bogous, but not to much...
-      */
-+    if (get_stacks) {
-     jmphash_lock (threads);
-     jmphash_lock (methods);
-     jvmpi->DisableGC ();
-@@ -1559,6 +1560,7 @@
-     jvmpi->EnableGC ();
-     jmphash_unlock (methods);
-     jmphash_unlock (threads);
-+    }
- 
-     method_profiling = 1;
-     /*
-@@ -1572,6 +1574,10 @@
-     jvmpi->EnableEvent (JVMPI_EVENT_METHOD_EXIT, NULL);
- }
- 
-+void enable_method_events () {
-+    enable_method_events_and_stacks (1);
-+}
-+
- static void enable_dump_events () {
-     dump_enabled = 1;
-     jvmpi->EnableEvent (JVMPI_EVENT_DATA_DUMP_REQUEST, NULL);
-@@ -1603,7 +1609,7 @@
- 	enable_object_events ();
-     enable_thread_events ();
-     if (method_profiling)     
--	enable_method_events ();
-+	enable_method_events_and_stacks (0);
-     if (dump_enabled)
- 	enable_dump_events ();
-     if (monitor_profiling)
--- jmp-0.30.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list