aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 2017a.Greg Lewis2017-03-022-4/+4
| | | | Notes: svn path=/head/; revision=435210
* Remove expired ports:Rene Ladan2017-02-287-102/+0
| | | | | | | | | | | | | | | | | | 2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead 2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead 2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16 instead 2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead 2017-02-28 www/rubygem-net-http-persistent25: Use www/rubygem-net-http-persistent2 instead 2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead 2017-02-28 www/rubygem-net-http-digest_auth11: Use www/rubygem-net-http-digest_auth instead 2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead 2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead 2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16 (2014-05-11) 2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17 (2016-04-24) 2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5 instead Notes: svn path=/head/; revision=435047
* Update MAINTAINER to tobik@FreeBSD.org for my portsTobias Kortkamp2017-02-153-3/+3
| | | | | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610 Notes: svn path=/head/; revision=434159
* Actually add the patchBaptiste Daroussin2017-02-113-0/+60
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=433916
* Fix build with libc++ (is_const is already defined by some libc++ headers)Baptiste Daroussin2017-02-111-3/+1
| | | | | | | This make the port work without the gcc dependency Notes: svn path=/head/; revision=433915
* java/jdk(16|7)-doc: Deprecate and remove 28 FEB 2017John Marino2017-02-102-0/+6
| | | | | | | | The associated jdk ports were removed years ago. The documentation should have been removed with them then. Notes: svn path=/head/; revision=433810
* Remove expired ports:Rene Ladan2017-02-0724-5229/+0
| | | | | | | | | 2017-02-07 java/jboss7: Unsupported, replaced by wildfly 2017-02-07 java/jboss71: Unsupported, replaced by wildfly 2017-02-07 java/jboss72: Unsupported, replaced by wildfly Notes: svn path=/head/; revision=433585
* Fix build with GCC. It was broken by r430424.Jung-uk Kim2017-02-021-1/+1
| | | | | | | PR: 216738 Notes: svn path=/head/; revision=433180
* java/intellij: Update to version 2016.3.4.Boris Samorodov2017-02-023-6/+6
| | | | Notes: svn path=/head/; revision=433131
* Fix distinfo.Jung-uk Kim2017-01-301-1/+3
| | | | | | | PR: r216595 Notes: svn path=/head/; revision=432874
* . Update to 8u121.Greg Lewis2017-01-295-650/+1182
| | | | Notes: svn path=/head/; revision=432697
* . Update to 8u121.Greg Lewis2017-01-282-4/+4
| | | | Notes: svn path=/head/; revision=432685
* . Fix @javavm directive.Greg Lewis2017-01-281-1/+1
| | | | Notes: svn path=/head/; revision=432684
* . Update to 8u121.Greg Lewis2017-01-283-160/+161
| | | | | | | . Fix @javavm directive. Notes: svn path=/head/; revision=432683
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Update to 5.3.2 release.Alex Dupre2017-01-192-5/+5
| | | | Notes: svn path=/head/; revision=431864
* Update to b41.Jung-uk Kim2017-01-183-264/+16
| | | | Notes: svn path=/head/; revision=431831
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-187-14/+7
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Upgrade java/wildfly10 to 10.1.0.Jimmy Olgeni2017-01-163-1184/+329
| | | | | | | | | | | | | | - Move installation directory to /usr/local/wildfly10. - Fix directory permissions and ownership (root:wheel everywhere except config.) - Remove all @dir entries which are now unnecessary. - Add upgrade notice to UPDATING. PR: 212052 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=431670
* . Fix compilation with Clang 4.0Greg Lewis2017-01-153-1/+23
| | | | | | | | PR: 216016 Submitted by: jbeich@ Notes: svn path=/head/; revision=431607
* . Fix compilation with Clang 4.0Greg Lewis2017-01-152-1/+21
| | | | | | | | PR: 216016 Submitted by: jbeich@ Notes: svn path=/head/; revision=431605
* Fix ports using PREFIX in their depends instead of LOCALBASE.Mathieu Arnold2017-01-132-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=431402
* Update Eclipse CDT to 9.0.1 and assign port to submitter.Tijl Coosemans2017-01-1213-459/+944
| | | | | | | | PR: 213649 Submitted by: Michael Zhilin <mizhka@gmail.com> Notes: svn path=/head/; revision=431296
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-111-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* Rename java/wildfly100 to java/wildfly10.Jimmy Olgeni2017-01-108-4/+4
| | | | | | | | PR: 212052 Submitted by: olgeni Notes: svn path=/head/; revision=431140
* java/intellij-rubymine: create portSteve Wills2017-01-109-0/+2195
| | | | | | | | | | | | | RubyMine is a cross-platform IDE that supports Ruby, Ruby on Rails and web development. WWW: https://www.jetbrains.com/ruby/ PR: 214967 Submitted by: Stefan Wendler <stefan.wendler@tngtech.com> Notes: svn path=/head/; revision=431139
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* . Update to 2016jGreg Lewis2017-01-063-4/+6
| | | | Notes: svn path=/head/; revision=430683
* java/openjfx8-devel fix build with Gradle 3.2.1Alan Somers2017-01-043-10/+14
| | | | | | | | | | | | | | | Add a missing build dependency on junit to the Makefile, and fix the path to Hamcrest in build.gradle. Also, reset MAINTAINER by request of the current maintainer. PR: 215677 Reviewed by: brd, Tobias Kortkamp Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9005 Notes: svn path=/head/; revision=430571
* . Add powerpc64 support.Greg Lewis2017-01-021-5/+9
| | | | | | | | PR: 212709 Submitted by: Curtis Hamilton <hamiltcl@verizon.net> Notes: svn path=/head/; revision=430424
* . Add support for powerpc64.Greg Lewis2017-01-022-3/+15
| | | | | | | | | PR: 215417 Submitted by: Curtis Hamilton Approved by: Maintainer timeout Notes: svn path=/head/; revision=430419
* java/intellij-pycharm: Update to version 2106.3.2.Boris Samorodov2017-01-013-4/+6
| | | | Notes: svn path=/head/; revision=430304
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-014-8/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* . Add support for the HotSpot Serviceability Agent for ppc64.Greg Lewis2016-12-291-202/+2430
| | | | | | | | | | | . This also pulls in some OpenBSD tweaks, I believe. These should be a no-op for FreeBSD though. PR: 212709 (partial) Submitted by: Curtis Hamilton <hamiltcl@verizon.net> Notes: svn path=/head/; revision=429875
* . Update to 8u112Greg Lewis2016-12-282-3/+4
| | | | | | | | PR: 215424 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=429839
* java/intellij: Update to version 2016.3.2.Boris Samorodov2016-12-272-5/+5
| | | | Notes: svn path=/head/; revision=429630
* java/bouncycastle15: update 1.55 -> 1.56Kurt Jaeger2016-12-274-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | port changes: - upstream updated list of its MASTER_SITES (bouncycastle.gva.es is gone, downloads.bouncycastle.org changed to www.bouncycastle.org); - pkg-descr updated to reflect current features; - installation of zipped bundled sources made optional, enabled by default to match previous behavior. Some of new version changes: - a new API for DTLS/TLS and a JSSE provider suitable for Java 5 and later; - support for RFC 7539 ChaCha20 and Poly1305 has also been added and general support for SHA-3 in the PKIX APIs has been improved; Full details of the release: PR: 215507 Changes: https://www.bouncycastle.org/releasenotes.html Security: CVE-2016-1000338, CVE-2016-1000339, CVE-2016-1000340, CVE-2016-1000341, CVE-2016-1000342, CVE-2016-1000343, CVE-2016-1000344, CVE-2016-1000345, CVE-2016-1000346, CVE-2016-1000352 Submitted by: Eugene Grosbein <ports@grosbein.net> (maintainer) Notes: svn path=/head/; revision=429629
* - Mark BROKEN on FreeBSD 9.x i386Dmitry Marakasov2016-12-231-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429245
* - Mark BROKEN on FreeBSD 9.x i386Dmitry Marakasov2016-12-231-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429240
* - Mark BROKEN on FreeBSD 9.x i386:Dmitry Marakasov2016-12-231-0/+2
| | | | | | | | | [ERROR] Failed to execute goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings (help.effective-settings) on project jboss-as-testsuite: Execution help.effective-settings of goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings failed: 0 -> [Help 1] Approved by: portmgr blanket Notes: svn path=/head/; revision=429239
* java/intellij-pycharm: Update to version 2016.3.1.Boris Samorodov2016-12-163-5/+5
| | | | Notes: svn path=/head/; revision=428692
* java/intellij: Update to version 2016.3.1.Boris Samorodov2016-12-163-14/+14
| | | | Notes: svn path=/head/; revision=428691
* - Add LICENSEDmitry Marakasov2016-12-102-4/+9
| | | | | | | | - Switch to options helpers - Regenerate patches Notes: svn path=/head/; revision=428273
* Add an X11 option to java/openjdk[78]Alan Somers2016-12-092-11/+46
| | | | | | | | | | | | | | | It defaults to on. Disabling it will remove X support from Java, and reduce X-related dependencies. PR: 210000 Reviewed by: brd Approved by: brd (ports) Approved by: glewis (maintainer timeout) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6698 Notes: svn path=/head/; revision=428241
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-082-2/+2
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-086-5/+6
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* Deprecate and set expiration date to T + 2 monthsDmitry Marakasov2016-12-073-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From jboss.org: The JBoss AS community project has been renamed to the WildFly community project, which has a new home at wildfly.org. The JBoss name now only applies to the commercially supported product, called JBoss EAP, which is derived from the WildFly community project and is available here. For more information on the differences between the project and product offerings, see the JBoss.ORG technology page. You can find old JBoss AS community releases on our archived downloads page, however, these releases are not maintained and therefore are likely to contain bugs and security vulnerabilities. It is highly recommended that you upgrade to WildFly or JBoss EAP using the above links at your earliest convenience. If you require assistance in making this move, please ask on the forums or contact your local Red Hat account representitive. PR: 214223, 214224, 214225 Submitted by: yerenkow@gmail.com (maintainer) Notes: svn path=/head/; revision=428048
* java/intellij-pycharm: Update to version 2016.3.Boris Samorodov2016-12-053-33/+50
| | | | Notes: svn path=/head/; revision=427877
* Remove expired port:Rene Ladan2016-12-015-107/+0
| | | | | | | 2016-12-01 java/jakarta-struts: Port is unmaintained and has known security vulnerabilites Notes: svn path=/head/; revision=427532