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/gcc8/files/patch-gfortran-libgcc

Number of commits found: 2

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/gcc8: Remove expired port

2023-12-31 lang/gcc8: Unsupported by upstream. Use GCC 11 or newer instead.
commit hash: 87382607f0fdbf970d02e8bb8394529ac2b3b8d0 commit hash: 87382607f0fdbf970d02e8bb8394529ac2b3b8d0 commit hash: 87382607f0fdbf970d02e8bb8394529ac2b3b8d0 commit hash: 87382607f0fdbf970d02e8bb8394529ac2b3b8d0 8738260
Monday, 15 Apr 2019
23:08 gerald search for other commits by this committer
GCC has two runtime libraries:  The static library libgcc.a (-lgcc) and
the shared library libgcc_s.so (-lgcc_s).  Both implement many of the
same functions but they also each have their unique functions.  When
GCC links programs and libraries there are three possibilities:

1. gcc -static-libgcc or gcc -static: -lgcc
   => Just use libgcc.a.

2. gcc -shared-libgcc: -lgcc_s -lgcc
   => Link with libgcc_s first, so libgcc.a is only used for its unique
      functions.

3. gcc: -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed
   => Link with libgcc.a first so libgcc_s is only used for its unique
      functions (_Unwind_* functions).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:499061 

Number of commits found: 2