Most unkindly the java/java-getopt port changed the name
of the JAR it was installing from getopt.jar to java-getopt.jar This broke jode and, possibly, some other ports depending on getopt.jar. Submitted by: pkg-fallout
This commit is contained in:
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
GETOPT_JAR= ${JAVALIBDIR}/getopt.jar
|
||||
GETOPT_JAR= ${JAVALIBDIR}/java-getopt.jar
|
||||
CLASSLIB= ${JAVA_CLASSES}:${GETOPT_JAR}
|
||||
CONFIGURE_ENV+= CLASSLIB=${CLASSLIB} JAR="${JAR}" \
|
||||
JAVA="${JAVA}" JAVAC="${JAVAC}"
|
||||
|
||||
Reference in New Issue
Block a user