Commit graph

4778 commits

Author SHA1 Message Date
Piotr Kubaj
5165004612 java/bootstrap-openjdk8: use the correct behaviour for the bootstrap
LOCAL was correct after all.

Reported by:	fluffy, linimon
2020-01-13 13:24:56 +00:00
Piotr Kubaj
21f47454ee java/bootstrap-openjdk8: put ppc64 elfv2 bootstrap on people.freebsd.org
It looks like LOCAL is not mapped to people.freebsd.org after all.
2020-01-13 10:04:16 +00:00
Piotr Kubaj
a14ab5cbd0 java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2
Since the maintainer didn't respond, I'm adding the bootstrap to my own directory on freefall.

PR:		242965
Submitted by:	Mikael Urankar (original version)
Approved by:	java (maintainer timeout)
2020-01-12 19:10:40 +00:00
Alex Dupre
5ade23673a Update to 1.14 release. 2020-01-04 07:54:12 +00:00
Kurt Jaeger
ec45db21d5 java/eclipse: upgrade 4.12 -> 4.14
PR:		243017
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes:	https://www.eclipse.org/eclipseide/2019-12/noteworthy/
2020-01-02 11:19:08 +00:00
Kurt Jaeger
a4660cdb89 New port: java/wildfly18
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server

Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management

And of course Java EE / Jakarta EE!

WWW: https://wildfly.org/

This is the first Wildfly with JAKARTA EE8 full support (Web and full platform)

PR:		242963
Submitted by:	Simeo Reig <reig.simeo@gmail.com>
2019-12-30 18:44:40 +00:00
Kurt Jaeger
782432d80d New port: java/wildfly17
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server

Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management

And of course Java EE / Jakarta EE!

WWW: https://wildfly.org/

This is the first Wildfly with JAKARTA EE8 full support.

PR:		242962
Submitted by:	Simeo Reig <reig.simeo@gmail.com>
2019-12-30 18:28:24 +00:00
Alex Dupre
948a28f6b6 Rename my jakarta- ports to apache- 2019-12-30 09:15:29 +00:00
Boris Samorodov
08b9f52ea1 java/intellij: Update to version 2019.3.1. 2019-12-28 19:35:11 +00:00
Tobias Kortkamp
85aec100a6 java/jd-gui: Update to v1.6.6
Changes:	https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.6
2019-12-27 08:31:21 +00:00
Pedro F. Giffuni
205bf7a560 java/jakarta-bcel move to apache- and update to version 6.4.1
The ASF retired Jakarta on 2011 and now bcel is part of Apache Commons.

PR:	241122
Approved by:	thierry (mentor), Maintainer timeout (2+ months)
2019-12-24 00:36:34 +00:00
Greg Lewis
64064feef7 Update to 4.1.44 2019-12-19 22:26:24 +00:00
Antoine Brodin
5fd79d9950 Fix plist
PR:		233770
2019-12-15 12:42:28 +00:00
Diane Bruce
d9fd2e5236 Build broken
Simple fix to fix repo's URL

PR:		ports/242520
Submitted by:	vvd@unislabs.com
Reported by:	vvd@unislabs.com
Approved by:	Maintainer
2019-12-14 22:48:35 +00:00
Alex Dupre
c59c2622bd Update commons-pool to 2.8.0 release and rename jakarta- to apache- 2019-12-12 09:52:10 +00:00
Tobias C. Berner
c0963d617b java/intellij-ultimate: Update to 2019.3
PR:		241835
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by:	andoriyu <andoriyu@gmail.com> (maintainer)
2019-12-07 11:33:12 +00:00
Tobias Kortkamp
5161d8942c java/intellij-pty4j: Chase idea4bsd org removal 2019-12-05 06:57:05 +00:00
Tobias Kortkamp
8b34d5c01f java/intellij-fsnotifier: Chase idea4bsd org removal 2019-12-05 06:53:08 +00:00
Greg Lewis
96223a0b12 Fix packing list
The versions of the Apache Commons Net and Maven JARs are not related to
the Python version.

PR:		242327
Approved by:	bsam@ (maintainer)
2019-12-02 06:13:20 +00:00
Rene Ladan
c0026c1912 Remove expired ports:
2019-11-28 java/jdk9-doc: The corresponding JDK port is EoL
2019-11-28 java/jdk10-doc: The corresponding JDK port is EoL
2019-11-30 22:00:49 +00:00
Boris Samorodov
6c1a63c2f4 java/intellij: Update to version 2019.3. 2019-11-29 15:24:09 +00:00
Greg Lewis
7c2b69985f * Teach javavmwrapper about "13" as a version specifier
* Remove some white space while I'm here
2019-11-27 00:56:24 +00:00
Jung-uk Kim
5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
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
2019-11-26 21:46:12 +00:00
Brooks Davis
f2ab442843 Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
2019-11-25 23:25:52 +00:00
Tobias Kortkamp
d70418a837 java/jd-gui: Update to v1.6.5
Changes:	https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.5
2019-11-18 07:04:20 +00:00
Greg Lewis
5bdb4c7ded Update to 11.0.5 2019-11-15 03:25:36 +00:00
Greg Lewis
bff5e4d226 Update to 8u231 2019-11-15 03:20:47 +00:00
Greg Lewis
36aa3841db Schedule these ports for deprecation
The corresponding JDK versions are EoL and have been removed already.
2019-11-15 03:12:50 +00:00
Greg Lewis
47bbc35509 Reinstate guidance to have /proc mounted
* Having /proc mounted is not generally critical, but there is at least one
  piece of functionality that does rely on its presence at the moment
  (e.g. OperatingSystemMXBean)
2019-11-09 22:28:53 +00:00
Niclas Zeising
ef5d45aaa6 Sprinkle more USES=xorg 2019-11-07 20:19:59 +00:00
Greg Lewis
c82c1c18ad Remove unnecessary use of shebangfix
PR:		235453
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
2019-11-06 18:04:02 +00:00
Niclas Zeising
07e8e1c13c Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:03:34 +00:00
Greg Lewis
007fee299e Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines
* Make sure has_mfdscr() returns false on these machines as using it on
  FreeBSD 12.x will cause problems (e.g. SIGILL).

PR:		239368
Sponsored by:	The FreeBSD Foundation
2019-11-06 17:35:04 +00:00
Greg Lewis
5ea34fbf09 Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines
* Make sure has_mfdscr() returns false on these machines as using it on
  FreeBSD 12.x will cause problems (e.g. SIGILL).

PR:		239368
Sponsored by:	The FreeBSD Foundation
2019-11-06 17:31:33 +00:00
Greg Lewis
b9f03c4180 Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines
* Make sure has_mfdscr() returns false on these machines as using it on
  FreeBSD 12.x will cause problems (e.g. SIGILL).

PR:		239368
2019-11-06 17:21:58 +00:00
Greg Lewis
ad9abc05ad Update bootstrap for openjdk11
* Re-roll bootstrap binaries.  The main reason for this is that the
  previous binaries won't work correctly on a FreeBSD 12/powerpc64
  POWER8+ machine.

PR:		239368
2019-11-06 17:19:30 +00:00
Antoine Brodin
cc8ad7de9b Mark a few ports BROKEN, unfetchable 2019-11-06 12:48:32 +00:00
Max Brazhnikov
46b2d58c15 java/javahelp:
- Update to the final commit from official GitHub repo
- Build from sources, don't bother to install docs and examples
- Add LICENSE
- Update WWW

PR:		241318
Submitted by:	Mikhail Teterin (mi@)
2019-11-04 12:52:46 +00:00
Lev A. Serebryakov
1eed155dd9 Update to 1.13.0.
PR:		241608
Submitted by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
2019-11-03 22:13:37 +00:00
Boris Samorodov
b93f1fea02 java/intellij: Update to version 2019.2.4. 2019-11-02 12:21:03 +00:00
Tobias Kortkamp
3580b8637c java/jd-gui: Update to v1.6.4
Changes:	https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.4
2019-11-02 11:31:03 +00:00
Tobias Kortkamp
66c5c27583 Add missing USES to my ports 2019-10-31 08:59:55 +00:00
Greg Lewis
7b907ca3e1 Update to 4.1.43 2019-10-30 18:57:17 +00:00
Greg Lewis
0de0dbaf3a Fix line numbers so patch can be applied
PR:		241324
Submitted by:	VVD <vvd@unislabs.com>
2019-10-23 15:27:30 +00:00
Rene Ladan
6be15c1fe9 Remove expired ports:
2019-10-17 java/linux-oracle-jre9: No longer maintained upstream, please migrate to openjdk11
2019-10-17 java/linux-oracle-jre10: No longer maintained upstream, please migrate to openjdk11
2019-10-18 09:00:54 +00:00
Greg Lewis
e0172e6694 Fix build with FONTCONFIG
* This gets the fontconfig patch applying cleanly and building.  No idea
  if it actually works or not.

PR:		241294
2019-10-17 23:45:38 +00:00
Greg Lewis
eb5f920507 Fix file interaction
* Load libnio in BsdNativeDispatcher, as per other OSes
* Export getmntonname0 from libnio

PR:		241317
Submitted by:	cmt@
2019-10-17 22:39:05 +00:00
Greg Lewis
4b6716a293 Fix internal versioning
* Set the Java version correctly
* Bump PORTREVISION since some software may rely on this
2019-10-17 20:38:38 +00:00
Greg Lewis
3ab4e493aa Update to 13.0.1 GA 2019-10-17 20:20:30 +00:00
Greg Lewis
0f54bf6ebc Update to 11.0.5 GA 2019-10-16 19:07:18 +00:00