summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Collapse)Author
2014-06-05Work around build failures with JDK7 and later.Jung-uk Kim
Reported by: exp-run (PR190511)
2014-06-05Upgrade to version 1.9.2.Jimmy Olgeni
- Add LICENSE - Fix portlint warnings - Use PORT_OPTIONS
2014-06-05Force java 1.6 only.Alex Dupre
2014-06-04Fix build with java/openjdk7 and support staging. Note it does not buildJung-uk Kim
with java/openjdk8. Reported by: exp-run (PR190511)
2014-06-04Update to 7u60.Jung-uk Kim
2014-05-31. Update to 2014c.Greg Lewis
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework, add EXAMPLES option
2014-05-31Add staging supportPawel Pekala
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-31Add staging supportPawel Pekala
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-31- Add staging supportPawel Pekala
- Remove leading article from COMMENT
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework, add EXAMPLES option
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-31- Add staging supportPawel Pekala
- Convert to USES=tar:bzip2
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework - Remove RUN_DEPENDS on javavmwrapper, it's pulled in by java port
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework - USE_ANT, ALL_TARGET, MAKE_ARGS instead of custom do-build target - Use PLIST_FILES and not generated plist file
2014-05-31- Add staging supportPawel Pekala
- Convert to new options framework - USE_ANT, ALL_TARGET instead of custom do-build target - Use PLIST_FILES and not generated plist file
2014-05-30- Add staging supportPawel Pekala
- Remove leading article from COMMENT - Convert to new options framework
2014-05-30- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-30- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-30- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-30- Add staging supportPawel Pekala
- Convert to new options framework
2014-05-29java/eclipse*: specify extraction with ${TAR}John Marino
It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the extraction tool needs to be tar, so let's specify it directly. The eclipse ports have pending PRs to update the version, although I don't know if they include staging. Each Eclipse is a huge port so staging is out scope of this extraction tool work. Approved by: portmgr (implicit)
2014-05-27java/wildfly80: New port: WildFly - replacement for JBoss Application ServerKurt Jaeger
PR: ports/188339 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Approved by: jadawin (mentor)
2014-05-26Upgrade to version 1.0.17.Jimmy Olgeni
- Add LICENSE - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT
2014-05-26Upgrade to version 1.0.22.Jimmy Olgeni
- Add LICENSE - Convert to USES=zip - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT
2014-05-26- Covert gmake, xz to USESMartin Wilke
Approved by: portmgr
2014-05-26Convert to USES=dos2unixBaptiste Daroussin
With hat: portmgr
2014-05-26LEGAL: fix multiple portsEitan Adler
Sync make -VLEGAL and /usr/ports/LEGAL Approved by: portmgr (implicit)
2014-05-21Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim
to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1).
2014-05-21- Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must beJung-uk Kim
used to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). [1] - Use /proc/curproc/file to find its executable path if available. It fixes java/icedtea-web, for example. [2] PR: ports/178856 [1] PR: java/189905 [2]
2014-05-21Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim
to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). PR: ports/178856
2014-05-18 (1) Update to latest 1.8.9Lev A. Serebryakov
(2) USES=libtool instead of USE_AUTOTOOLS=libtool (3) Bump required Java version to 1.7 for java/java-subversion. (4) Build java/kava-subversion with system clang, not "any" gcc on 10 and CURRENT (checked with OpenJDK7 and OpenJDK8).
2014-05-17Remove a hack to create symlink to libjli.so. java/openjdk8 does not needJung-uk Kim
this hack any more because it is statically linked now.
2014-05-17Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim
able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here.
2014-05-16Withdraw maintainershipCarlo Strub
PR: ports/189730 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Approved by: portmgr (implicit)
2014-05-16Add upstream patches to support java/openjdk8. Note OpenJDK8 is notJung-uk Kim
officially supported by the upstream and the next major release will drop support for OpenJDK6.
2014-05-15Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim
2014-05-14Add staging support.Jimmy Olgeni
2014-05-14Add staging support.Jimmy Olgeni
2014-05-14Add staging support.Jimmy Olgeni
2014-05-13Add staging support.Jimmy Olgeni
2014-05-13Add staging support.Jimmy Olgeni
2014-05-12Stagify.Alex Dupre
2014-05-12Stagify.Alex Dupre
2014-05-12Stagify.Alex Dupre
2014-05-12Stagify.Alex Dupre