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: audio/snd/files/patch-configure

Number of commits found: 2

Thursday, 5 Jun 2008
22:31 miwi search for other commits by this committer
- Update to 9.10

PR:             124309
Submitted by:   Ports Fury
Original commit
Monday, 30 Jul 2007
23:52 truckman search for other commits by this committer
The configure script in this port attempts to detect the presense of
complex math support by compiling a test program containing this
statement:
        val = ccosh(cacosh(1.5) / 100.0);
This does not work with GCC 4.2 in -CURRENT because the compiler totally
optimizes away the statement, so the lack of these complex functions
in the library is not detected.  This causes the actual build to fail
because the linker is unable to find various complex math functions
in the system library.

Fix the test by declaring "val" as volatile to prevent the compiler from
optimizing away the expression.

PR:             ports/115028
Original commit

Number of commits found: 2