From aa90f6a30112a46a232fdc9d9916271f0605abc7 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 5 Sep 2003 14:29:35 +0000 Subject: [PATCH] . Update from 0.33 to 0.34 [1] . Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop (maintainer) [1] --- java/jmp/Makefile | 7 ++++--- java/jmp/distinfo | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/java/jmp/Makefile b/java/jmp/Makefile index dd05ea5f2086..c34322e57020 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jmp -PORTVERSION= 0.33 +PORTVERSION= 0.34 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ @@ -16,6 +16,8 @@ COMMENT= Java Memory Profiler BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext +CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" + .if defined(WITHOUT_X11) CONFIGURE_ARGS= --enable-noui .else @@ -29,8 +31,7 @@ CFLAGS+= -DJMPDEBUG -g USE_LIBTOOL= yes USE_GMAKE= yes -#USE_JAVA= 1.2+ -USE_JAVA= 1.3 +USE_JAVA= 1.2+ NEED_JAVAC= yes MAKE_FLAGS= JAVAC=${JAVAC} JAVAH=${JAVAH} diff --git a/java/jmp/distinfo b/java/jmp/distinfo index e9e70c7fc2f5..2f8b5507ad16 100644 --- a/java/jmp/distinfo +++ b/java/jmp/distinfo @@ -1 +1 @@ -MD5 (jmp-0.33.tar.gz) = 4f34ef434e4b0e952e38a6eec602824b +MD5 (jmp-0.34.tar.gz) = 5360c42d23f69671c528915d6735229c