summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . 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
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-011-2/+2
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* java/intellij: Remove non-native jar libraries.Boris Samorodov2016-11-302-12/+4
| | | | | | | Reported by: Caspar Schutijser <caspar@schutijser.com> (via email; thanks Caspar! My email answer seems to end up at your spam filter) Notes: svn path=/head/; revision=427458
* java/intellij: update to version 2016.3.Boris Samorodov2016-11-283-116/+8739
| | | | Notes: svn path=/head/; revision=427296
* . Update to 2016iGreg Lewis2016-11-243-4/+5
| | | | Notes: svn path=/head/; revision=426991
* In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev2016-11-221-2/+1
| | | | | | | reformat port description text in cases when it was notoriously broken. Notes: svn path=/head/; revision=426827
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-203-2/+3
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426198
* java/visualvm: switch back to multi-language versionSteve Wills2016-11-143-4/+319
| | | | Notes: svn path=/head/; revision=426108
* java/netty: update 3.9.2 -> 3.10.6Kurt Jaeger2016-11-122-3/+4
| | | | | | | | | PR: 214427 Changes: https://github.com/netty/netty/issues?q=milestone%3A3.10.6.Final http://netty.io/news/2016/06/29/3-10-6-Final.html Submitted by: Jochen Neumeister <joneum@bsdproject.de> Notes: svn path=/head/; revision=425923
* java/visualvm: update to 1.3.9Steve Wills2016-11-103-325/+12
| | | | | | | Submitted by: girgen Notes: svn path=/head/; revision=425856
* java/jakarta-commons-collections:Max Brazhnikov2016-11-022-2/+148
| | | | | | | | | | - Add patch from Fedora to fix build with OpenJDK8 https://issues.apache.org/jira/browse/COLLECTIONS-587 Submitted by: soralx at cydem.org via e-mail Notes: svn path=/head/; revision=425137
* Take maintainership of math/scilab dependenciesMax Brazhnikov2016-11-024-4/+4
| | | | Notes: svn path=/head/; revision=425127
* Update to 5.3.1 release.Alex Dupre2016-10-312-4/+4
| | | | Notes: svn path=/head/; revision=424991
* . Update to 8u112.Greg Lewis2016-10-306-628/+596
| | | | Notes: svn path=/head/; revision=424926
* OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports ↵Mathieu Arnold2016-10-241-1/+1
| | | | | | | | | | | | | | | Makefiles. So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight Notes: svn path=/head/; revision=424560
* Update cacerts file using the one included in 8u111 release.Alex Dupre2016-10-246-1/+3
| | | | | | | Notable change is the inclusion of Let's Encrypt CA. Notes: svn path=/head/; revision=424546
* Update to 5.3 release.Alex Dupre2016-10-212-9/+11
| | | | Notes: svn path=/head/; revision=424415
* ${RM} already has -f.Mathieu Arnold2016-10-2113-19/+19
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* java/intellij: fix pkg-plist.Boris Samorodov2016-10-202-0/+3
| | | | | | | | PR: 213616 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com> Notes: svn path=/head/; revision=424364
* . Update to 8u112.Greg Lewis2016-10-202-3/+4
| | | | Notes: svn path=/head/; revision=424357
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-205-5/+5
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* . Update to 8u112.Greg Lewis2016-10-202-5/+6
| | | | Notes: svn path=/head/; revision=424329
* java/intellij-ultimate: update 2016.2.4 -> 2016.2.5Bartek Rutkowski2016-10-203-6/+7
| | | | | | | | PR: 213598 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=424310
* java/intellij: Update to version 2016.2.5.Boris Samorodov2016-10-183-6/+5
| | | | Notes: svn path=/head/; revision=424176
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-175-5/+9
| | | | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line Notes: svn path=/head/; revision=424092
* New port: java/intellij-ultimateKurt Jaeger2016-10-149-0/+4176
| | | | | | | | | | | | | | | | | | | | | | | | | | | IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on developer productivity. The community edition features: * An intelligent code editor that understands Java code; provides refactorings, code inspections and intentions, and allows for fast code navigation. * Integration with such tools as JUnit and TestNG, Ant and Maven, and popular version control systems including: CVS, Subversion and git. * XML-Java interoperability and comprehensive Groovy programming language support. * The Swing UI designer complements the suite of tools for developing Java desktop applications. The difference between intellij and intellij-ultimate can be found at http://www.jetbrains.com/idea/features/editions_comparison_matrix.html WWW: http://www.jetbrains.com/idea/ PR: 212268 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> Notes: svn path=/head/; revision=423993
* . Note that the time zone data is in the public domain (according toGreg Lewis2016-10-141-0/+2
| | | | | | | | | | | ftp://ftp.iana.org/tz/tz-link.html). Specifically the sentence "The public-domain time zone database contains code and data that represent the history of local time for many representative locations around the globe." Notes: svn path=/head/; revision=423949
* . Update to 2016g.Greg Lewis2016-10-143-4/+5
| | | | Notes: svn path=/head/; revision=423947
* Convert to USES=jpegAntoine Brodin2016-10-101-1/+1
| | | | Notes: svn path=/head/; revision=423640
* java/eclipse: 4.5.2 -> 4.6Kurt Jaeger2016-10-068-728/+724
| | | | | | | | | | | | | - new MASTER_SITE PR: 211764 Changes: http://www.eclipse.org/neon/noteworthy/ https://www.eclipse.org/eclipse/development/readme_eclipse_4.6.php Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer) Reviewed by: Michael Zhilin <mizhka@gmail.com>, kappei84@gmail.com Notes: svn path=/head/; revision=423439
* - Add LICENSEDmitry Marakasov2016-09-301-4/+7
| | | | | | | | - Add NO_ARCH - Switch to options helpers Notes: svn path=/head/; revision=422971
* Remove i386 from the viable platforms list.Koop Mast2016-09-251-1/+1
| | | | | | | | | | | The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a internal error. PR: 210672 Submitted by: maintainer@ Notes: svn path=/head/; revision=422757
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* java/intellij: Update to version 2016.2.4.Boris Samorodov2016-09-142-5/+5
| | | | | | | | PR: 212686 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com> Notes: svn path=/head/; revision=422130