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: devel/avr-gcc/files/patch-gcc_system.h

Number of commits found: 3

Saturday, 23 Sep 2023
20:46 Joerg Wunsch (joerg) search for other commits by this committer
devel/avr-gcc: Fix build with libc++ 17

gcc/system.h includes safe-ctype.h which redefines ctype macros such
as toupper, tolower, etc to "poison" them.

However, it should only include the safe-ctype.h header *after* any
C++ headers, such as <list>, <map>, <string>, etc, otherwise these
might transitively include internal ctype headers (such as with libc++
17), causing compilation errors.

PR:		274038
Reported by:	dim
commit hash: 6275155b90de11398a1d105b053732313e7c1e7a commit hash: 6275155b90de11398a1d105b053732313e7c1e7a commit hash: 6275155b90de11398a1d105b053732313e7c1e7a commit hash: 6275155b90de11398a1d105b053732313e7c1e7a 6275155
Tuesday, 7 Mar 2017
22:33 joerg search for other commits by this committer
Upgrade to GCC 5.4.0.
Original commitRevision:435648 
Thursday, 20 Oct 2016
06:13 antoine search for other commits by this committer
Fix build with libc++ 3.9.0

PR:		212696
Submitted by:	dim
Approved by:	maintainer timeout (1 month)
Original commitRevision:424307 

Number of commits found: 3