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: palm/palm-db-tools/files/patch-libflatfile-DB.cpp

Number of commits found: 2

Wednesday, 1 Feb 2017
20:21 jbeich search for other commits by this committer
palm/palm-db-tools: unbreak with libc++ 3.9

DB.cpp:224:31: error: reinterpret_cast from 'const void *' to 'pi_char_t *' (aka
'unsigned char *')
      casts away qualifiers
        pi_char_t* null_ptr = reinterpret_cast<pi_char_t*>
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
JFile3.cpp:470:20: error: reinterpret_cast from 'const void *' to 'pi_char_t *'
      (aka 'unsigned char *') casts away qualifiers
        null_ptr = reinterpret_cast<pi_char_t*> (memchr(p, 0, 21));
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JFile3.cpp:521:16: error: reinterpret_cast from 'const void *' to 'pi_char_t *'
      (aka 'unsigned char *') casts away qualifiers
    null_ptr = reinterpret_cast<pi_char_t*> (memchr(p, 0, 16));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JFile3.cpp:529:16: error: reinterpret_cast from 'const void *' to 'pi_char_t *'
      (aka 'unsigned char *') casts away qualifiers
    null_ptr = reinterpret_cast<pi_char_t*> (memchr(p, 0, 16));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JFile3.cpp:545:16: error: reinterpret_cast from 'const void *' to 'pi_char_t *'
      (aka 'unsigned char *') casts away qualifiers
    null_ptr = reinterpret_cast<pi_char_t*> (memchr(p, 0, 12));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MobileDB.cpp:224:24: error: reinterpret_cast from 'const void *' to 'pi_char_t
*'
      (aka 'unsigned char *') casts away qualifiers
        pi_char_t* q = reinterpret_cast<pi_char_t*>
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
Original commitRevision:433092 
Thursday, 1 Mar 2007
00:56 ijliao search for other commits by this committer
unbreak

PR:             109647
Submitted by:   "Eric P. Scott" <eps+pbug0702@ana.com>
Original commit

Number of commits found: 2