. 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]
This commit is contained in:
parent
4c9de967c0
commit
aa90f6a301
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88597
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (jmp-0.33.tar.gz) = 4f34ef434e4b0e952e38a6eec602824b
|
||||
MD5 (jmp-0.34.tar.gz) = 5360c42d23f69671c528915d6735229c
|
||||
|
Loading…
Reference in New Issue
Block a user