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: Mk/bsd.lto.mk

Number of commits found: 4

Wednesday, 27 Jul 2022
13:21 Baptiste Daroussin (bapt) search for other commits by this committer
framework: generalize WITH_ code

Make the definition of WITH_ variable (end user actionable) a define
via a generic code
Move the WITH_DEBUG code into its own file Features/debug.mk
Replace USE_LTO into WITH_LTO and move it into Features/lto.mk
Move WITH_SSP into its own Features/ssp.mk

Add a variable to defined which one are activated by default (here SSP)

Reviewed by:	portmgr (tcberner)
Differential Revision:	https://reviews.freebsd.org/D35873
commit hash: b26839acc225c7007ebb8910e7136703667effda commit hash: b26839acc225c7007ebb8910e7136703667effda commit hash: b26839acc225c7007ebb8910e7136703667effda commit hash: b26839acc225c7007ebb8910e7136703667effda b26839a
Thursday, 7 Oct 2021
23:59 Piotr Kubaj (pkubaj) search for other commits by this committer
Mk/bsd.lto.mk: add short description of LTO

Requested by mat@ and mandree@.
commit hash: 57ff929040be32ad0bcaa93de1177f067fe2a289 commit hash: 57ff929040be32ad0bcaa93de1177f067fe2a289 commit hash: 57ff929040be32ad0bcaa93de1177f067fe2a289 commit hash: 57ff929040be32ad0bcaa93de1177f067fe2a289 57ff929
Thursday, 30 Sep 2021
21:33 Piotr Kubaj (pkubaj) search for other commits by this committer
Mk/bsd.lto.mk: also add -flto=thin to LDFLAGS

Reported by: jbeich
commit hash: 479829cc0f4e9c54c7b5941a2c0dd490cbfc54c3 commit hash: 479829cc0f4e9c54c7b5941a2c0dd490cbfc54c3 commit hash: 479829cc0f4e9c54c7b5941a2c0dd490cbfc54c3 commit hash: 479829cc0f4e9c54c7b5941a2c0dd490cbfc54c3 479829c
18:27 Piotr Kubaj (pkubaj) search for other commits by this committer
Mk/bsd.lto.mk: add global LTO support for ports

It's well known that LTO provides both performance and size benefits for
binaries.

Add preliminary, opt-in support for global LTO enforcement to ports. Ports that
provide LTO option on their own and the ones that don't work with LTO will need
to set LTO_UNSAFE in the future.

PR:	258536
commit hash: fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 commit hash: fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 commit hash: fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 commit hash: fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 fb5f03a

Number of commits found: 4