summaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk8 (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-12java/bootstrap-openjdk8: add powerpc bootstrapPiotr Kubaj2-1/+5
2024-01-05java/bootstrap-openjdk8: remove ELFv1 supportPiotr Kubaj2-7/+1
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer1-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)
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-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)
2021-09-01java/openjdk8: Switch to server mode on aarch64Mikael Urankar2-4/+5
PR: 257929 Approved by: java (maintainer timeout) Tested by: Ronald Klop <ronald-lists@klop.ws>
2021-04-07One more small cleanup, forgotten yesterday.Mathieu Arnold1-1/+0
Reported by: lwhsu
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2-3/+0
2020-11-19java/bootstrap-openjdk8: add bootstrap for powerpc64lePiotr Kubaj2-1/+5
Notes: svn path=/head/; revision=555678
2020-08-06Unbreak on ARM by depending on the previous libffi versionGreg Lewis1-1/+1
PR: 248099 Notes: svn path=/head/; revision=544263
2020-07-04Chanse update of devel/libffiNiclas Zeising1-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
2020-01-13java/bootstrap-openjdk8: use the correct behaviour for the bootstrapPiotr Kubaj1-1/+1
LOCAL was correct after all. Reported by: fluffy, linimon Notes: svn path=/head/; revision=522888
2020-01-13java/bootstrap-openjdk8: put ppc64 elfv2 bootstrap on people.freebsd.orgPiotr Kubaj1-1/+1
It looks like LOCAL is not mapped to people.freebsd.org after all. Notes: svn path=/head/; revision=522873
2020-01-12java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2-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
2019-08-13Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold1-4/+6
Notes: svn path=/head/; revision=508880
2019-03-13Update WWWSunpoet Po-Chuan Hsieh1-1/+1
Approved by: portmgr (blanket) Notes: svn path=/head/; revision=495602
2017-12-01Add support for powerpc64.Jung-uk Kim3-4/+8
PR: 223262 Notes: svn path=/head/; revision=455241
2017-11-02Add support for aarch64.Jung-uk Kim3-3/+7
PR: 223231 Notes: svn path=/head/; revision=453336
2017-10-02Update arm distfiles to sync. with amd64 and i386.Jung-uk Kim4-66/+12
Notes: svn path=/head/; revision=451083
2017-09-28Add bootstrap JDK for OpenJDK8.Jung-uk Kim9-0/+279
PR: 210283 PR: 221897 PR: 222460 Notes: svn path=/head/; revision=450868