Date: Wed, 27 Nov 2013 16:09:28 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335029 - head/java/jode Message-ID: <201311271609.rARG9SYA032387@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271609.rARG9SYA032387>