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: www/webkit-gtk3/files/patch-icu59

Number of commits found: 1

Monday, 11 Sep 2017
14:30 jbeich search for other commits by this committer
www/webkit-gtk*: unbreak with ICU 59.1

Source/JavaScriptCore/API/JSStringRef.cpp:40:12: error: no matching function for
call to 'create'
    return OpaqueJSString::create(chars, numChars).leakRef();
           ^~~~~~~~~~~~~~~~~~~~~~
./Source/JavaScriptCore/API/OpaqueJSString.h:44:39: note: candidate function not
viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *')
to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const LChar* characters, unsigned
length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:49:39: note: candidate function not
viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *')
to 'const UChar *' (aka 'const char16_t *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const UChar* characters, unsigned
length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:39:39: note: candidate function not
viable: requires 0 arguments, but 2 were provided
    static PassRefPtr<OpaqueJSString> create()
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:54:57: note: candidate function not
viable: requires 1 argument, but 2 were provided
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:449649 

Number of commits found: 1