aboutsummaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk11/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* java/bootstrap-openjdk11: remove ELFv1 supportPiotr Kubaj2024-01-051-1/+1
|
* 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)
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-2/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* java/openjdk11: Add armv6 / armv7 supportMikael Urankar2021-05-181-4/+4
| | | | | PR: 255662 Approved by: portmgr (tier 2 blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* java/bootstrap-openjdk11: fix packaging on aarch64Piotr Kubaj2020-12-221-0/+1
| | | | | | | | PR: 251262 Reported by: mikael Notes: svn path=/head/; revision=558950
* java/bootstrap-openjdk11: add powerpc64le bootstrapPiotr Kubaj2020-12-031-2/+7
| | | | | | | | | | | | It's versioned 11.0.5.10.1, but this is to match what the port has. However, it was built from the latest tag from https://github.com/battleblow/openjdk-jdk11u (jdk-11.0.9+11-1). Since it's only a bootstrap, it's committed with this older PORTVERSION. PR: 251262 Approved by: java (maintainer timeout) Notes: svn path=/head/; revision=556939
* java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-151-1/+2
| | | | | | | | | | | | | | | | Add bootstrap for powerpc64 elfv2. Because of issue with macros in precompiled.hpp, --disable-precompiled-headers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to compile for elfv2. I assume here that GCC will be used exclusively on ELFv1 systems and Clang on ELFv2. PR: 243182 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=523182
* Update bootstrap for openjdk11Greg Lewis2019-11-061-2/+1
| | | | | | | | | | | * 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 Notes: svn path=/head/; revision=516905
* Add 12/aarch64 supportGreg Lewis2019-08-301-1/+12
| | | | | | | | | | * Add a bootstrap file for FreeBSD 12.x/aarch64 * Enable aarch64 in ONLY_FOR_ARCHES on FreeBSD 12.0 and up PR: 239246 Notes: svn path=/head/; revision=510294
* Add support for powerpc64Greg Lewis2019-08-251-1/+1
| | | | | | | PR: 237208 Notes: svn path=/head/; revision=509854
* Minor fixesGreg Lewis2019-08-241-0/+5
| | | | | | | | | * Fix include file path * Fix the mode for jspawnhelper so it is executable * Sort the packing list Notes: svn path=/head/; revision=509758
* . Update bootstrapGreg Lewis2019-03-211-2/+2
| | | | | | | . Add i386 support Notes: svn path=/head/; revision=496467
* Add a port to use as a bootstrap for jdk11 ports.Greg Lewis2019-03-161-0/+33
| | | | Notes: svn path=/head/; revision=495931
* Remove bootstrap-openjdk11 temporarily to do a repo copy from bootstrap-openjdk8Greg Lewis2019-03-161-33/+0
| | | | Notes: svn path=/head/; revision=495929
* Update COMMENT and MAINTAINERGreg Lewis2019-03-131-2/+2
| | | | | | | Reported by: ale@ Notes: svn path=/head/; revision=495625
* Add a port to use as a bootstrap for jdk11 ports.Greg Lewis2019-03-121-0/+33
Notes: svn path=/head/; revision=495456