summaryrefslogtreecommitdiff
path: root/java/jode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
* UnbreakAntoine Brodin2018-07-151-1/+2
|
* - Fix tests and switch to new test frameworkDmitry Marakasov2018-05-061-4/+3
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix a long-standing problem of the jode-script trying to use the wrongMikhail Teterin2015-01-154-20/+21
| | | | | | | getopt JAR. Bump PORTREVISION. While here improve various bits a bit and add the regression-test target using the bundled tests.
* Support staging. While here, get rid of the two-line pkg-plist.Mikhail Teterin2014-06-092-10/+2
|
* - Covert gmake, xz to USESMartin Wilke2014-05-261-1/+1
| | | | Approved by: portmgr
* Most unkindly the java/java-getopt port changed the nameMikhail Teterin2013-11-271-1/+1
| | | | | | | | | 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | java)
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-5/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* Either linimon@ in 2011 or hq@ in 2006 broke the wrapper-script -- theMikhail Teterin2012-06-122-4/+4
| | | | | | | | | %%JAVA_VERSION%% inserted into it was never expanded... Now that we aren't using JDK-1.{3,4} anyway, the setting of JAVA_VERSION is, probably, redundant. Remove it and bump PORTREVISION. While here, declare the port as unsafe for parallel building. Unfortunately.
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-212-2/+2
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with H,I,J,K,L
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to bsd.java.mk 2.0Herve Quiroz2006-06-013-6/+7
| | | | | | | | | | | - Set JAVA_VERSION (for javavmwrapper) in the launcher script - Use an absolute path to launch javavmwrapper - JAVAJARDIR -> JAVALIBDIR (for JAR dependencies) - Use %%JAVAJARDIR%% in pkg-plist PR: 97856 Submitted by: hq Approved by: maintainer
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 1.1.2-pre1 released in February 2004. Some seriousMikhail Teterin2005-07-073-10/+16
| | | | | | | | | | | REINPLACE-ing was required to turn all variables named `enum' into `enumeration', because `enum' is a keyword in Java-1.5 The program seems to work now and builds with Java-1.5 (and, presumably, earlier). The portversion is set to 1.1.1.1 in anticipation of the eventual release of 1.1.2 by the vendor.
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* DE is a java package containing a decompiler and an optimizer forMikhail Teterin2003-06-246-0/+109
java. Can be used from command line or through the Swing-based GUI.