notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: java/openjdk8/files/patch-hotspot_make_bsd_makefiles_ppc64.make

Number of commits found: 3

Tuesday, 2 Jan 2024
13:35 Piotr Kubaj (pkubaj) search for other commits by this committer
java/openjdk8: allow using DSCR on powerpc64

DSCR was disabled because of a bug in stable/12.
Additionally, remove ELFv1 support.
commit hash: 632efb35cdaf9edf51c5c1730fb3b2717d3ef69a commit hash: 632efb35cdaf9edf51c5c1730fb3b2717d3ef69a commit hash: 632efb35cdaf9edf51c5c1730fb3b2717d3ef69a commit hash: 632efb35cdaf9edf51c5c1730fb3b2717d3ef69a 632efb3
Thursday, 21 Jan 2021
03:05 glewis search for other commits by this committer
Update to 8u282 GA
Original commitRevision:562171 
Thursday, 3 Dec 2020
23:39 pkubaj search for other commits by this committer
java/openjdk8: add support for powerpc64le

powerpc64le needs --disable-jfr and USE_PRECOMPILED_HEADER=0 - same as powerpc64
elfv2.

Clang refuses to build little-endian binaries for power7, this needs to be
bumped to power8 (this is a bug in openjdk, POWER7 is not LE-compatible).

-minsert-sched-nops=regroup_exact -mno-multiple -mno-string are not supported by
clang and need to be removed.

FreeBSD uses sys/endian.h instead of byteswap.h and bswap{16,32,64} instead of
bswap_{16,32,64}.

PR:		251247
Approved by:	java (maintainer timeout)
Original commitRevision:556937 

Number of commits found: 3