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/libsidplay/files

Number of commits found: 2

Friday, 26 Jan 2018
14:39 jbeich search for other commits by this committer
audio/libsidplay: unbreak build with Clang 6 (C++14 by default)

configure:4036: c++ -o conftest -O2 -pipe -O3 -fno-strict-aliasing
-fno-omit-frame-pointer -march=native -fstack-protector    -fstack-protector
conftest.cc  >&5
In file included from conftest.cc:32:
In file included from /usr/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its
first declaration
_Noreturn void   exit(int);
^
/usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn'
 #define _Noreturn               [[noreturn]]
                                   ^
conftest.cc:11:6: note: declaration missing '[[noreturn]]' attribute is here
void exit (int);
     ^
[...]
configure:4053: error: cannot compute sizeof (char), 77

samples.cpp:80:2: error: constant expression evaluates to 128 which cannot be
narrowed to type 'sbyte' (aka 'signed char') [-Wc++11-narrowing]
        0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7,
        ^~~~
samples.cpp:80:2: note: insert an explicit cast to silence this issue
        0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7,
        ^~~~
        static_cast<sbyte>( )

PR:		224947
Reported by:	pkg-fallout (blocks 8 ports)
Submitted by:	tijl (autoreconf)
Approved by:	portmgr blanket
Original commitRevision:459997 
Sunday, 31 Aug 2014
16:39 tijl search for other commits by this committer
Convert to USES=libtool and add INSTALL_TARGET=install-strip
Original commitRevision:366790 

Number of commits found: 2