Index: head/java/jmp/Makefile =================================================================== --- head/java/jmp/Makefile (revision 120250) +++ head/java/jmp/Makefile (revision 120251) @@ -1,59 +1,61 @@ # New ports collection makefile for: jmp # Date created: 11 January 2003 # Whom: Ronald Klop # # $FreeBSD$ # PORTNAME= jmp -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ MAINTAINER= ronald@cs.vu.nl COMMENT= Java Memory Profiler BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison OPTIONS= X11 "Enable X11 support" on OPTIONS+= DEBUG "Enable extra debug output" off OPTIONS+= OPTIMIZED_CFLAGS "Compile with -O3" off -CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" +CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" \ + --with-libintl-prefix="${LOCALBASE}" USE_GETTEXT= yes .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --enable-noui .else USE_XLIB= yes LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 .endif .if defined(WITH_DEBUG) CFLAGS+= -DJMPDEBUG -g .endif .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 .endif USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native JAVA_BUILD= jdk NEED_JAVAC= yes USE_JIKES= no MAKE_FLAGS= JAVAC=${JAVAC} JAVAH=${JAVAH} GNU_CONFIGURE= yes CONFIGURE_ENV= JAVA_HOME="${JAVA_HOME}" INSTALLS_SHLIB= yes PLIST_FILES= lib/libjmp.so lib/libjmp.so.0 \ - share/locale/de/LC_MESSAGES/jmp.mo share/locale/sv/LC_MESSAGES/jmp.mo + share/locale/de/LC_MESSAGES/jmp.mo \ + share/locale/sv/LC_MESSAGES/jmp.mo .include Property changes on: head/java/jmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/java/jmp/distinfo =================================================================== --- head/java/jmp/distinfo (revision 120250) +++ head/java/jmp/distinfo (revision 120251) @@ -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 Property changes on: head/java/jmp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/java/jmp/files/patch-jmp.c =================================================================== --- head/java/jmp/files/patch-jmp.c (revision 120250) +++ head/java/jmp/files/patch-jmp.c (nonexistent) @@ -1,9 +0,0 @@ -$FreeBSD$ - ---- 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 (); Property changes on: head/java/jmp/files/patch-jmp.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/java/jmp/files/patch-methodlist_menu.c =================================================================== --- head/java/jmp/files/patch-methodlist_menu.c (revision 120250) +++ head/java/jmp/files/patch-methodlist_menu.c (nonexistent) @@ -1,9 +0,0 @@ -$FreeBSD$ - ---- 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); Property changes on: head/java/jmp/files/patch-methodlist_menu.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/java/jmp/files/patch-instance_owners.c =================================================================== --- head/java/jmp/files/patch-instance_owners.c (revision 120250) +++ head/java/jmp/files/patch-instance_owners.c (revision 120251) @@ -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 + #include + ++#ifndef PRId32 +#define PRId32 "d" +#endif + -@@ -207 +211 @@ -- omenu = gtk_menu_new (); -+ menuitem = gtk_menu_item_new_with_label (buf); + enum { + INFO, + OO_PARENT, Property changes on: head/java/jmp/files/patch-instance_owners.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property