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/guile/files/patch-libguile_guile-snarf.in

Number of commits found: 3

Monday, 15 Feb 2021
18:31 bofh search for other commits by this committer
lang/guile: Update version 1.8.8=>3.0.5

Relnotes:	https://www.gnu.org/software/guile/download/#releases
Original commitRevision:565322 
Tuesday, 2 Jun 2015
12:16 bofh search for other commits by this committer
lang/guile: Remove USE_AUTOTOOLS

- Add PORTSCOUT variable to limit within 1.X.X
- Fix patch files to reflect 'make makepatch'
Original commitRevision:388323 
Monday, 28 Apr 2014
15:58 kwm search for other commits by this committer
This is a three-part for building guile with clang (or with any other
modern compiler):

1) Use -fwrap in CFLAGS, since guile depends on integer overflows.
2) Fix grep + sed logic in guile-snarf.in to be compatible with the output
   of clang's preprocessor.  This is achieved by adding additional newlines
   before the ^^ delimiters, which guile-snarf depends on.
3) Similarly, in c-tokenize.c, clang's preprocessor outputs EOLs and hash
   marks in different places, confusing the lexer.  Simply don't output
   them to fix the problem.

While here strip binaries and libraries.

Submitted by:	dim@
Original commitRevision:352517 

Number of commits found: 3