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

Number of commits found: 2

Sunday, 17 Apr 2022
05:02 Gerald Pfeifer (gerald) search for other commits by this committer
cleanup: Remove expired ports

2022-04-17 lang/gcc10-devel: Not serving its purpose any longer due to lack of
maintenance
commit hash: eda9a34280aa9275426c6643dc56b73f5495b3c9 commit hash: eda9a34280aa9275426c6643dc56b73f5495b3c9 commit hash: eda9a34280aa9275426c6643dc56b73f5495b3c9 commit hash: eda9a34280aa9275426c6643dc56b73f5495b3c9 eda9a34
Wednesday, 15 May 2019
10:02 gerald search for other commits by this committer
Update to the 20190512 snapshot of GCC 10.0.0.  This brings a new binary
bin/lto-dump which may be helpful if you employ link-time optimization (LTO).

Forward port r499061 | gerald | 2019-04-15 from lang/gcc8 and gcc8-devel [1]:

  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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:501705 

Number of commits found: 2