Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 12:34:13 +0200
From:      Ronald Klop <ronald@cs.vu.nl>
To:        FreeBSD gnats submit <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ronald@cs.vu.nl
Subject:   ports/72959: Update java/jmp to 0.44. (patch)
Message-ID:  <1098354853.0@laptop>
Resent-Message-ID: <200410211100.i9LB0uwN032429@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72959
>Category:       ports
>Synopsis:       Update java/jmp to 0.44. (patch)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 21 11:00:56 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Klop
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:


System: FreeBSD 5.3-BETA7 #55: Thu Oct 14 16:06:04 CEST 2004
    root@guido.thuis.klop.ws:/usr/obj/usr/src/sys/LAPTOP



>Description:


This updates the port java/jmp to the latest version (0.44).
NB: There are two files removed from the port:
files/patch-methodlist_menu.c
files/patch-jmp.c

Changelog: khelekore.org/jmp/changelog.html




>How-To-Repeat:





>Fix:


--- jmp-0.44.diff begins here ---
diff -uNrP jmp-0.43/Makefile jmp/Makefile
--- jmp-0.43/Makefile	Fri Aug 27 22:15:40 2004
+++ jmp/Makefile	Wed Oct 20 01:02:29 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jmp
-PORTVERSION=	0.43
+PORTVERSION=	0.44
 CATEGORIES=	java devel
 MASTER_SITES=	http://www.khelekore.org/jmp/
 
diff -uNrP jmp-0.43/distinfo jmp/distinfo
--- jmp-0.43/distinfo	Fri Aug 27 22:15:40 2004
+++ jmp/distinfo	Wed Oct 20 01:06:31 2004
@@ -1,2 +1,2 @@
-MD5 (jmp-0.43.tar.gz) = 312322a7d607597ac97b6d7033139caa
-SIZE (jmp-0.43.tar.gz) = 473897
+MD5 (jmp-0.44.tar.gz) = a10d6f394747723675a5da68d8c393e8
+SIZE (jmp-0.44.tar.gz) = 475125
diff -uNrP jmp-0.43/files/patch-instance_owners.c jmp/files/patch-instance_owners.c
--- jmp-0.43/files/patch-instance_owners.c	Fri Aug 27 22:15:40 2004
+++ jmp/files/patch-instance_owners.c	Wed Oct 20 02:04:09 2004
@@ -1,10 +1,15 @@
---- /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
+$FreeBSD$
+
+--- instance_owners.c.orig	Wed Jul 21 12:09:53 2004
++++ instance_owners.c	Wed Oct 20 02:01:44 2004
+@@ -14,6 +14,10 @@
+ #include <jmp-config.h>
+ #include <inttypes.h>
+ 
++#ifndef PRId32
 +#define PRId32 "d"
 +#endif
 +
-@@ -207 +211 @@
--    omenu = gtk_menu_new ();
-+    menuitem = gtk_menu_item_new_with_label (buf);
+ enum {
+     INFO,
+     OO_PARENT,
diff -uNrP jmp-0.43/files/patch-jmp.c jmp/files/patch-jmp.c
--- jmp-0.43/files/patch-jmp.c	Fri Aug 27 14:06:50 2004
+++ jmp/files/patch-jmp.c	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
-$FreeBSD: ports/java/jmp/files/patch-jmp.c,v 1.3 2004/08/27 12:06:50 vs Exp $
-
---- 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 -uNrP jmp-0.43/files/patch-methodlist_menu.c jmp/files/patch-methodlist_menu.c
--- jmp-0.43/files/patch-methodlist_menu.c	Fri Aug 27 14:06:50 2004
+++ jmp/files/patch-methodlist_menu.c	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
-$FreeBSD: ports/java/jmp/files/patch-methodlist_menu.c,v 1.1 2004/08/27 12:06:50 vs Exp $
-
---- 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);
--- jmp-0.44.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1098354853.0>