svn commit: r335029 - head/java/jode

Mikhail Teterin mi at FreeBSD.org
Wed Nov 27 16:09:28 UTC 2013


Author: mi
Date: Wed Nov 27 16:09:28 2013
New Revision: 335029
URL: http://svnweb.freebsd.org/changeset/ports/335029

Log:
  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

Modified:
  head/java/jode/Makefile

Modified: head/java/jode/Makefile
==============================================================================
--- head/java/jode/Makefile	Wed Nov 27 16:07:51 2013	(r335028)
+++ head/java/jode/Makefile	Wed Nov 27 16:09:28 2013	(r335029)
@@ -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}"


More information about the svn-ports-head mailing list