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.

Sanity Test Failure
Friday, 5 Sep 2014
15:38 adamw search for other commits by this committer
  • devel/gdb66 GNU GDB of newer version than comes with the system Deleted Refresh Broken Deprecated Expired Ignore
Older make (8 and 9) treats a string as one large string. Newer make (10+)
treats a string as a collection of words.

Somehow a double-space was introduced into CFLAGS, which caused gdb66's
configure to choke. Newer make had to be told to examine the entire line
to get rid of it, but that syntax (/W) was unknown to older make.

So, split the difference and just make a shell call to remove the space.
The port can now build on 10 and 11.
Original commitRevision:367347 

Sanity Test Results

devel/gdb66:

This command (FreshPorts code 1):

/usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail
/make-port.sh /usr/local/PORTS-head devel/gdb66
2>/tmp/FreshPorts.devel.gdb66.make-error.2014.9.5.15.39.23.82003

produced this error:

Error message is: "/usr/local/PORTS-head/devel/gdb66/Makefile", line 30:
Unassociated shell command "# remove consecutive blanks, which causes
configure to fail"
make: fatal errors encountered -- cannot continue