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: editors/libreoffice/files/powerpc64/patch-bridges-source-cpp_uno-gcc3_linux_powerpc64-except.cxx

Number of commits found: 3

Monday, 12 Jun 2023
15:14 Piotr Kubaj (pkubaj) search for other commits by this committer
editors/libreoffice: better fix for powerpc*

Fixes broken colors on powerpc64.

Obtained from:	Chimera Linux
commit hash: 19a93ee6d9218bcc2e4a1506e20015d84a84ee21 commit hash: 19a93ee6d9218bcc2e4a1506e20015d84a84ee21 commit hash: 19a93ee6d9218bcc2e4a1506e20015d84a84ee21 commit hash: 19a93ee6d9218bcc2e4a1506e20015d84a84ee21 19a93ee
Wednesday, 27 Apr 2022
16:53 Tijl Coosemans (tijl) search for other commits by this committer
editors/libreoffice: make robust against __cxa_exception ABI changes

Patch libreoffice to replace __cxa_get_globals()->caughtExceptions,
which is a pointer to the start of a struct __cxa_exception, with
__cxa_current_primary_exception(), which is a pointer to the end.  This
allows struct __cxa_exception to be extended at the start as was
recently done in FreeBSD main and stable/13 on 64-bit architectures.

Recently on FreeBSD main and stable/13 __attribute__((__aligned__)) was
added to struct _Unwind_Exception which changes its size on 32-bit
architectures, and that of __cxa_exception as well.  Patch libreoffice
to detect this so packages built on 13.0 still work on 13.1.

Change the LIB_DEPENDS on libunwind to a BUILD_DEPENDS because we only
need unwind.h (for FreeBSD 13.0 and older where that header is hidden
in /usr/include/c++/v1).

PR:		263596
Approved by:	office (fluffy)
commit hash: 35a5054819f15db65cd25a661887805550aedbc7 commit hash: 35a5054819f15db65cd25a661887805550aedbc7 commit hash: 35a5054819f15db65cd25a661887805550aedbc7 commit hash: 35a5054819f15db65cd25a661887805550aedbc7 35a5054
Wednesday, 20 Jan 2021
17:26 pkubaj search for other commits by this committer
editors/libreoffice: fix build on powerpc64 elfv2

This set of patches is applied only on powerpc* architectures.

Submitted by:	afsilva
Approved by:	tier 2 blanket
Original commitRevision:562151 

Number of commits found: 3