aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Stagify.Vanilla I. Shu2014-06-081-4/+3
| | | | Notes: svn path=/head/; revision=356974
* Update to 7u60.Greg Lewis2014-06-074-2433/+54123
| | | | Notes: svn path=/head/; revision=356958
* Mark it as unsafe for parallel build.Jung-uk Kim2014-06-061-3/+2
| | | | Notes: svn path=/head/; revision=356867
* Work around build failures with JDK7 and later.Jung-uk Kim2014-06-051-0/+1
| | | | | | | Reported by: exp-run (PR190511) Notes: svn path=/head/; revision=356710
* Upgrade to version 1.9.2.Jimmy Olgeni2014-06-053-12/+30
| | | | | | | | | - Add LICENSE - Fix portlint warnings - Use PORT_OPTIONS Notes: svn path=/head/; revision=356672
* Force java 1.6 only.Alex Dupre2014-06-051-1/+1
| | | | Notes: svn path=/head/; revision=356605
* Fix build with java/openjdk7 and support staging. Note it does not buildJung-uk Kim2014-06-041-5/+4
| | | | | | | | | with java/openjdk8. Reported by: exp-run (PR190511) Notes: svn path=/head/; revision=356548
* Update to 7u60.Jung-uk Kim2014-06-046-201/+402
| | | | Notes: svn path=/head/; revision=356537
* . Update to 2014c.Greg Lewis2014-05-312-3/+3
| | | | Notes: svn path=/head/; revision=356020
* - Add staging supportPawel Pekala2014-05-312-20/+11
| | | | | | | - Convert to new options framework, add EXAMPLES option Notes: svn path=/head/; revision=355986
* Add staging supportPawel Pekala2014-05-311-4/+1
| | | | Notes: svn path=/head/; revision=355984
* - Add staging supportPawel Pekala2014-05-311-33/+8
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355983
* Add staging supportPawel Pekala2014-05-311-3/+5
| | | | Notes: svn path=/head/; revision=355982
* - Add staging supportPawel Pekala2014-05-311-18/+13
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355980
* - Add staging supportPawel Pekala2014-05-311-12/+7
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355978
* - Add staging supportPawel Pekala2014-05-311-9/+3
| | | | | | | - Remove leading article from COMMENT Notes: svn path=/head/; revision=355977
* - Add staging supportPawel Pekala2014-05-311-30/+19
| | | | | | | - Convert to new options framework, add EXAMPLES option Notes: svn path=/head/; revision=355976
* - Add staging supportPawel Pekala2014-05-311-9/+6
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355970
* - Add staging supportPawel Pekala2014-05-311-7/+7
| | | | | | | - Convert to USES=tar:bzip2 Notes: svn path=/head/; revision=355969
* - Add staging supportPawel Pekala2014-05-311-24/+14
| | | | | | | | - Convert to new options framework - Remove RUN_DEPENDS on javavmwrapper, it's pulled in by java port Notes: svn path=/head/; revision=355967
* - Add staging supportPawel Pekala2014-05-311-15/+8
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355964
* - Add staging supportPawel Pekala2014-05-311-31/+11
| | | | | | | | | - 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 Notes: svn path=/head/; revision=355963
* - Add staging supportPawel Pekala2014-05-311-30/+10
| | | | | | | | | - Convert to new options framework - USE_ANT, ALL_TARGET instead of custom do-build target - Use PLIST_FILES and not generated plist file Notes: svn path=/head/; revision=355959
* - Add staging supportPawel Pekala2014-05-301-14/+13
| | | | | | | | - Remove leading article from COMMENT - Convert to new options framework Notes: svn path=/head/; revision=355889
* - Add staging supportPawel Pekala2014-05-301-17/+12
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355887
* - Add staging supportPawel Pekala2014-05-301-16/+8
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355885
* - Add staging supportPawel Pekala2014-05-301-30/+13
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355884
* - Add staging supportPawel Pekala2014-05-301-10/+6
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=355875
* java/eclipse*: specify extraction with ${TAR}John Marino2014-05-292-7/+7
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=355758
* java/wildfly80: New port: WildFly - replacement for JBoss Application ServerKurt Jaeger2014-05-278-0/+1991
| | | | | | | | | PR: ports/188339 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Approved by: jadawin (mentor) Notes: svn path=/head/; revision=355471
* Upgrade to version 1.0.17.Jimmy Olgeni2014-05-262-19/+17
| | | | | | | | | | | - Add LICENSE - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT Notes: svn path=/head/; revision=355358
* Upgrade to version 1.0.22.Jimmy Olgeni2014-05-262-16/+17
| | | | | | | | | | | | - Add LICENSE - Convert to USES=zip - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT Notes: svn path=/head/; revision=355357
* - Covert gmake, xz to USESMartin Wilke2014-05-266-10/+6
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355314
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355288
* LEGAL: fix multiple portsEitan Adler2014-05-261-0/+1
| | | | | | | | | Sync make -VLEGAL and /usr/ports/LEGAL Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355275
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-214-8/+70
| | | | | | | | | | | | 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). Notes: svn path=/head/; revision=354762
* - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must beJung-uk Kim2014-05-214-2/+94
| | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=354761
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-213-12/+62
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=354759
* (1) Update to latest 1.8.9Lev A. Serebryakov2014-05-182-3/+11
| | | | | | | | | | (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). Notes: svn path=/head/; revision=354427
* Remove a hack to create symlink to libjli.so. java/openjdk8 does not needJung-uk Kim2014-05-171-15/+0
| | | | | | | this hack any more because it is statically linked now. Notes: svn path=/head/; revision=354286
* Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim2014-05-175-155/+179
| | | | | | | | | | 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. Notes: svn path=/head/; revision=354285
* Withdraw maintainershipCarlo Strub2014-05-161-1/+1
| | | | | | | | | PR: ports/189730 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=354263
* Add upstream patches to support java/openjdk8. Note OpenJDK8 is notJung-uk Kim2014-05-162-2/+1545
| | | | | | | | officially supported by the upstream and the next major release will drop support for OpenJDK6. Notes: svn path=/head/; revision=354183
* Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim2014-05-157-34/+177
| | | | Notes: svn path=/head/; revision=354182
* Add staging support.Jimmy Olgeni2014-05-141-13/+5
| | | | Notes: svn path=/head/; revision=354048
* Add staging support.Jimmy Olgeni2014-05-141-10/+5
| | | | Notes: svn path=/head/; revision=354045
* Add staging support.Jimmy Olgeni2014-05-141-8/+3
| | | | Notes: svn path=/head/; revision=354042
* Add staging support.Jimmy Olgeni2014-05-131-18/+15
| | | | Notes: svn path=/head/; revision=353983
* Add staging support.Jimmy Olgeni2014-05-131-15/+12
| | | | Notes: svn path=/head/; revision=353982
* Stagify.Alex Dupre2014-05-121-4/+4
| | | | Notes: svn path=/head/; revision=353848