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: deskutils/py-spice-gtk/Makefile

Number of commits found: 4

Monday, 17 Oct 2016
15:15 marino search for other commits by this committer
deskutils/(py-)spice-gtk: Fix build including with gold linker

These ports starting failing on gold linker with messages like:
./.libs/libspice-client-gtk-3.0.so:
  error: undefined reference to 'XGetPointerControl'
./.libs/libspice-client-gtk-3.0.so:
  error: undefined reference to 'XChangePointerControl'

The problem and fix was already described here:
  https://bugs.freedesktop.org/show_bug.cgi?id=97383

Apparently USES=pathfix and USES=autoreconf can't be used together, so
the pkgconfig directory is now passed via MAKE_ARGS

While here, fix py-spice-gtk install error by removing non-installed file
from the pkg-list.

Approved by:	just-fix-it
Original commitRevision:424123 
Saturday, 2 Jan 2016
23:09 rakuco search for other commits by this committer
py-spice-gtk: Fix plist and unmark BROKEN.

The attached patch removes the static library version of SpiceClientGtk.a from
the port's plist. After 0.26, the spice-gtk disables static builds by default.
I tried passing --enable-static, but the build fails:

gmake[3]: Entering directory
'/wrkdirs/usr/ports/deskutils/py-spice-gtk/work/spice-gtk-0.30/tests'
  CC       coroutine.o
  CC       util.o
  CC       session.o
  CCLD     coroutine
  CCLD     session
  CCLD     util
/usr/bin/ld: undefined reference to symbol `hypot@@FBSD_1.0' (try adding -lm)
//lib/libm.so.5: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:719: recipe for target 'session' failed

PR:		205442
Approved by:	maintainer timeout (15 days)
Original commitRevision:405100 
Saturday, 19 Dec 2015
15:08 antoine search for other commits by this committer
Mark BROKEN: fails to package

pkg-static: Unable to access file
/wrkdirs/usr/ports/deskutils/py-spice-gtk/work/stage/usr/local/lib/python2.7/site-packages/SpiceClientGtk.a:
No such file or directory

Reported by:	pkg-fallout
Original commitRevision:404018 
Monday, 9 Feb 2015
16:22 jgh search for other commits by this committer
Add new ports: spice-gtk and py-spice-gtk

spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects
for SPICE protocol parsing and a gtk widget for embedding the SPICE display
into other applications such as virt-manager.
Python bindings are available too.

WWW: http://www.spice-space.org/

PR:		196949 (based on)
Submitted by:	olevole@olevole.ru
Original commitRevision:378739 

Number of commits found: 4