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: lang/ocaml/files/extra-patch-asmcomp_power_arch.ml

Number of commits found: 2

Friday, 5 Jan 2024
21:04 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/ocaml: drop ELFv1 support
commit hash: 6eabb320b14cbbc314f2d882e317d142a3e03059 commit hash: 6eabb320b14cbbc314f2d882e317d142a3e03059 commit hash: 6eabb320b14cbbc314f2d882e317d142a3e03059 commit hash: 6eabb320b14cbbc314f2d882e317d142a3e03059 6eabb32
Monday, 16 Dec 2019
12:56 pkubaj search for other commits by this committer
lang/ocaml: fix build on powerpc64 elfv2

LLVM miscompiles ocaml on powerpc64 elfv2:
ld: error: bytecomp/printlambda.ml:23:(.text+0x16): relocation R_PPC64_TOC16_DS
out of range: 73024 is not in [-32768, 32767]

Use GCC instead on powerpc64.

Add a conditional patch enabled only on powerpc64 elfv2 to use elfv2 abi instead
of elfv1.

Add a bunch of other patches to correctly check for abi instead of relying on
endianness.

PR:		242389
Approved by:	michipili@gmail.com (maintainer)
Original commitRevision:520254 

Number of commits found: 2