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/openoffice-devel/files/patch-configure.ac

Number of commits found: 3

Thursday, 29 Apr 2021
22:49 Don Lewis (truckman) search for other commits by this committer
editors/openoffice-devel: Upgrade to a newer upstream snapshot

Upgrade to upstream commit 6aec515561

  * Fixes CVE-2021-30245

  * Misc other fixes

The building using the archive format on FreeBSD does not require epm.
commit hash: 3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d commit hash: 3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d commit hash: 3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d commit hash: 3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d 3c571fd
Friday, 31 Jan 2020
06:47 truckman search for other commits by this committer
Upgrade editors/openoffice-devel to git commit d12e928220 on the upstream
AOO420 branch.

patch-configure.ac and patch-icu_makefile.mk have been upstreamed.

Switch from python2 to python3.
Original commitRevision:524676 
Sunday, 8 Dec 2019
22:35 truckman search for other commits by this committer
Attempt to fix gcc builds on powerpc, that were broken by a boost upgrade.

Clang builds using -std=gnu++98 can use the STL headers in
/usr/include/c++/v1, but recent versions of the gcc headers forbid this.
As a fallback, OpenOffice tries to use the TR1 headers supplied by boost,
but recent versions of boost no longer have those headers.  In theory
the gcc TR1 headers should work, but I was not able to make those work.
Solve this problem by doing gcc builds using the "bundled" version of
boost which is much older rather that boost from ports.

The headers in the ports version of vigra has some C++11 stuff that
gcc also complains about, so use the "bundled" version of vigra for
gcc builds as well.

The icu patch may only be needed for non-default values of LOCALBASE.

No PORTREVISION bump since amd64 and i386 builds should be unchanged.

Tested by:	Curtis Hamilton clhamilto AT gmail.com
Original commitRevision:519579 

Number of commits found: 3