summaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/bootstrap-openjdk8: add powerpc bootstrapPiotr Kubaj2025-01-122-1/+5
|
* java/bootstrap-openjdk8: remove ELFv1 supportPiotr Kubaj2024-01-052-7/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* java/openjdk8: Switch to server mode on aarch64Mikael Urankar2021-09-012-4/+5
| | | | | | PR: 257929 Approved by: java (maintainer timeout) Tested by: Ronald Klop <ronald-lists@klop.ws>
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-062-3/+0
|
* java/bootstrap-openjdk8: add bootstrap for powerpc64lePiotr Kubaj2020-11-192-1/+5
| | | | Notes: svn path=/head/; revision=555678
* Unbreak on ARM by depending on the previous libffi versionGreg Lewis2020-08-061-1/+1
| | | | | | | PR: 248099 Notes: svn path=/head/; revision=544263
* Chanse update of devel/libffiNiclas Zeising2020-07-041-1/+2
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* java/bootstrap-openjdk8: use the correct behaviour for the bootstrapPiotr Kubaj2020-01-131-1/+1
| | | | | | | | | LOCAL was correct after all. Reported by: fluffy, linimon Notes: svn path=/head/; revision=522888
* java/bootstrap-openjdk8: put ppc64 elfv2 bootstrap on people.freebsd.orgPiotr Kubaj2020-01-131-1/+1
| | | | | | | It looks like LOCAL is not mapped to people.freebsd.org after all. Notes: svn path=/head/; revision=522873
* java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-122-3/+10
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=522831
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* Update WWWSunpoet Po-Chuan Hsieh2019-03-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=495602
* Add support for powerpc64.Jung-uk Kim2017-12-013-4/+8
| | | | | | | PR: 223262 Notes: svn path=/head/; revision=455241
* Add support for aarch64.Jung-uk Kim2017-11-023-3/+7
| | | | | | | PR: 223231 Notes: svn path=/head/; revision=453336
* Update arm distfiles to sync. with amd64 and i386.Jung-uk Kim2017-10-024-66/+12
| | | | Notes: svn path=/head/; revision=451083
* Add bootstrap JDK for OpenJDK8.Jung-uk Kim2017-09-289-0/+279
PR: 210283 PR: 221897 PR: 222460 Notes: svn path=/head/; revision=450868