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: games/CaribbeanStud/files/patch-Seat.cpp

Number of commits found: 3

Saturday, 20 Jan 2018
17:45 jbeich search for other commits by this committer
games/CaribbeanStud: unbreak build with Clang 6 (C++14 by default)

In file included from Seat.cpp:37:
./Bitmaps.h:47:46: error: constant expression evaluates to 128 which cannot be
narrowed to type 'char' [-Wc++11-narrowing]
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
                                             ^~~~
./Bitmaps.h:47:46: note: insert an explicit cast to silence this issue
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
                                             ^~~~
                                             static_cast<char>( )
Seat.cpp:256:18: error: no matching function for call to 'XCreateBitmapFromData'
      s_map[i] = XCreateBitmapFromData(_dpy,
                 ^~~~~~~~~~~~~~~~~~~~~
/usr/local/include/X11/Xlib.h:1604:15: note: candidate function not viable: no
known conversion from
      'const unsigned char [2018]' to 'const char *' for 3rd argument
extern Pixmap XCreateBitmapFromData(
              ^

Reported by:	pkg-fallout
Original commitRevision:459532 
Tuesday, 29 Oct 2013
18:00 danilo search for other commits by this committer
- Remove extra tabs
- Add stage support
- Fix build
- Add DOCS option
Original commitRevision:331976 
Sunday, 28 Sep 2003
11:49 edwin search for other commits by this committer
[patch] Unbreak port: games/CaribbeanStud

        Port build now with both gcc 2.95.4 and 3.3.1. It also
        respects CFLAGS, which it didn't before.

PR:             ports/55733
Submitted by:   Simon Barner <barner@in.tum.de>
Original commit

Number of commits found: 3