ports/54337: Update port java/jmp 0.31 -> 0.32.

Ronald Klop ronald at cs.vu.nl
Thu Jul 10 21:30:18 UTC 2003


>Number:         54337
>Category:       ports
>Synopsis:       Update port java/jmp 0.31 -> 0.32.
>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:   Thu Jul 10 14:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Klop
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD thuis.klop.ws 4.8-STABLE FreeBSD 4.8-STABLE #1: Fri Jul 4 14:58:57 CEST 2003 root at thuis.klop.ws:/usr/obj/usr/src/sys/HENK i386


	
>Description:

	Update of the port java/jmp to version 0.32.

	Changelog: http://www.khelekore.org/jmp/changelog.html

	Note: There is one patch removed and one patch added.

>How-To-Repeat:
	
>Fix:

	

--- patch-jmp.diff begins here ---
diff -Nur jmp-0.31/Makefile jmp/Makefile
--- jmp-0.31/Makefile	Wed Jul  2 21:55:05 2003
+++ jmp/Makefile	Thu Jul 10 23:04:48 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jmp
-PORTVERSION=	0.31
+PORTVERSION=	0.32
 CATEGORIES=	java devel
 MASTER_SITES=	http://www.khelekore.org/jmp/
 
diff -Nur jmp-0.31/distinfo jmp/distinfo
--- jmp-0.31/distinfo	Mon Jun 30 23:55:45 2003
+++ jmp/distinfo	Thu Jul 10 23:04:18 2003
@@ -1 +1 @@
-MD5 (jmp-0.31.tar.gz) = 084dc5304e1fe720bde56ae987f0d085
+MD5 (jmp-0.32.tar.gz) = b3323988c6227104332087bb797e9802
diff -Nur jmp-0.31/files/patch-hash.c jmp/files/patch-hash.c
--- jmp-0.31/files/patch-hash.c	Sun Jun 29 11:07:24 2003
+++ jmp/files/patch-hash.c	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
-$FreeBSD: ports/java/jmp/files/patch-hash.c,v 1.1 2003/06/29 09:07:24 olgeni Exp $
-
---- hash.c	Thu Jun 26 16:23:50 2003
-+++ hash.c	Thu Jun 26 16:23:20 2003
-@@ -1,7 +1,7 @@
- /* Handle a hash table.
-  */
- 
--#include <malloc.h>
-+#include <stdlib.h>
- #include <jmp.h>
- 
- struct hashnode
diff -Nur jmp-0.31/files/patch-heap_dump.c jmp/files/patch-heap_dump.c
--- jmp-0.31/files/patch-heap_dump.c	Thu Jan  1 01:00:00 1970
+++ jmp/files/patch-heap_dump.c	Thu Jul 10 23:12:53 2003
@@ -0,0 +1,20 @@
+$FreeBSD$
+
+--- heap_dump.c	Thu Jul 10 21:13:54 2003
++++ heap_dump.c	Thu Jul 10 23:07:57 2003
+@@ -741,6 +741,7 @@
+ 	case JVMPI_CHAR: {
+ 	    char* txt = malloc (sizeof(unsigned short) * (u4 + 1));
+ 	    char* otxt = txt;
++	    down_link* dl;
+ 	    for (i = 0; i < u4; i++) {
+ 		// TODO fix this to get real utf8 encoding...
+ 		unsigned short u2 = get_u2 (&p);
+@@ -752,7 +753,6 @@
+ 		}
+ 	    }
+ 	    *txt = '\0';
+-	    down_link* dl;
+ 	    dl = malloc (sizeof (*dl));
+ 	    dl->type = JVMPI_GC_PRIM_ARRAY_DUMP;
+ 	    dl->fld = NULL;
--- patch-jmp.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list