summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-09-05 14:29:35 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-09-05 14:29:35 +0000
commitaa90f6a30112a46a232fdc9d9916271f0605abc7 (patch)
tree333a49cdf48d09ad85c6382aab96b4a9db56c6a4 /java
parentAdd WITH_THREADS knob to compile with threads support. (diff)
. 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 <ronald@cs.vu.nl> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=88597
Diffstat (limited to 'java')
-rw-r--r--java/jmp/Makefile7
-rw-r--r--java/jmp/distinfo2
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