Date: Sun, 29 Jan 2006 17:17:24 +0100 From: "Ronald Klop" <ronald@cs.vu.nl> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: ronald@cs.vu.nl Subject: ports/92507: Upgrade port java/jmp to 0.49 [patch] Message-ID: <1138551444.48527@guido.klop.ws> Resent-Message-ID: <200601291620.k0TGK3px020293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92507 >Category: ports >Synopsis: Upgrade port java/jmp to 0.49 [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: Sun Jan 29 16:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD 6.0-STABLE #8: Fri Jan 20 07:07:09 CET 2006 root@guido.klop.ws:/usr/obj/usr/src/sys/GUIDO >Description: Changelog from the project: * A deadlock fixed. * Better system thread handling. * Tables are now sortable in both ascending and descending order * Preferences are saved and restored. * Better handling of MS Windows builds. NB: the following files are removed from the port: files/patch-instance_owners.c files/patch-Makefile.am >How-To-Repeat: >Fix: --- jmp-0.49.patch begins here --- diff -rN0u /usr/ports/java/jmp/Makefile jmp/Makefile --- /usr/ports/java/jmp/Makefile Wed Nov 23 02:17:16 2005 +++ jmp/Makefile Sun Jan 29 16:40:15 2006 @@ -9 +9 @@ -PORTVERSION= 0.48 +PORTVERSION= 0.49 diff -rN0u /usr/ports/java/jmp/distinfo jmp/distinfo --- /usr/ports/java/jmp/distinfo Wed Nov 23 02:17:16 2005 +++ jmp/distinfo Sun Jan 29 16:41:23 2006 @@ -1,3 +1,3 @@ -MD5 (jmp-0.48.tar.gz) = b51d3417373b7cec6f002a1103b4b89a -SHA256 (jmp-0.48.tar.gz) = 632605619895f54f635465252301e4b3db2a7d6ba5425b4d975dbad46f5de0ea -SIZE (jmp-0.48.tar.gz) = 492074 +MD5 (jmp-0.49.tar.gz) = c79904c75bd74e7943be3f8f1c7768ee +SHA256 (jmp-0.49.tar.gz) = b3a7897f453772ed78e53aaece115b4b67e89303b366086e02c6e241552fceb1 +SIZE (jmp-0.49.tar.gz) = 628499 diff -rN0u /usr/ports/java/jmp/files/patch-Makefile.am jmp/files/patch-Makefile.am --- /usr/ports/java/jmp/files/patch-Makefile.am Fri Aug 27 14:06:50 2004 +++ jmp/files/patch-Makefile.am Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ -$FreeBSD: ports/java/jmp/files/patch-Makefile.am,v 1.2 2004/08/27 12:06:50 vs Exp $ - ---- 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 -rN0u /usr/ports/java/jmp/files/patch-Makefile.in jmp/files/patch-Makefile.in --- /usr/ports/java/jmp/files/patch-Makefile.in Wed Nov 23 02:17:16 2005 +++ jmp/files/patch-Makefile.in Sun Jan 29 17:03:39 2006 @@ -8,6 +7,0 @@ -@@ -705 +705 @@ -- javac -sourcepath ${top_srcdir}/java -d . $< -+ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $< -@@ -710 +710 @@ -- javah -classpath . jmp.JMPController -+ ${JAVAH} -classpath . jmp.JMPController diff -rN0u /usr/ports/java/jmp/files/patch-hash.c jmp/files/patch-hash.c --- /usr/ports/java/jmp/files/patch-hash.c Thu Jan 1 01:00:00 1970 +++ jmp/files/patch-hash.c Sun Jan 29 17:05:59 2006 @@ -0,0 +1,7 @@ +$FreeBSD$ + +--- hash.c.orig Sun Jan 29 16:50:47 2006 ++++ hash.c Sun Jan 29 17:03:47 2006 +@@ -103 +103 @@ +- PTHREAD_MUTEXATTR_SETTYPE (attr_mutexattr, PTHREAD_MUTEX_RECURSIVE_NP); ++ PTHREAD_MUTEXATTR_SETTYPE (attr_mutexattr, PTHREAD_MUTEX_RECURSIVE); diff -rN0u /usr/ports/java/jmp/files/patch-instance_owners.c jmp/files/patch-instance_owners.c --- /usr/ports/java/jmp/files/patch-instance_owners.c Tue Oct 26 18:51:29 2004 +++ jmp/files/patch-instance_owners.c Thu Jan 1 01:00:00 1970 @@ -1,15 +0,0 @@ -$FreeBSD: ports/java/jmp/files/patch-instance_owners.c,v 1.4 2004/10/26 16:51:29 glewis Exp $ - ---- 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 -+ - enum { - INFO, - OO_PARENT, --- jmp-0.49.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1138551444.48527>