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: x11/kde4-workspace/files/patch-kwin_opengltest_CMakeLists.txt

Number of commits found: 4

Saturday, 25 Feb 2017
15:55 rezny search for other commits by this committer
Multiple enhancements to components of kde4-workspaces
KInfoCenter:
* obey user's unit preferences (IEC vs JEDEC) when displaying PCI info
* correct the units, someone forgot about terabytes
KSysGuard:
* make plotter obey user's unit preferences (status bar was correct)
* change tooltip to use same or adjacent unit scale as the plot
* support a description different from the sensor name for use as the label
* add an additional step to label widths so horizontal resize is smoother
* change status bar elements from fixed layout to proportional layout
* space permitting, show more detailed memory stats in the status bar
* replace simplistic (app) memory & swap graph with a detailed graph
Plasma Desktop:
* hide the Desktop Toolbox (aka "the cashew") when widgets are locked

NB: KSysGuard caches the layouts, delete ~/.kde4/share/apps/ksysguard/*
    when upgrading so the new layout (detailed memory graph) is used

Reviewed by:	tcberner
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9760
Original commitRevision:434823 
Thursday, 29 Sep 2016
05:07 dbn search for other commits by this committer
x11/kde4-workspace: fix OpenGL test for nvidia-driver.

Restore patch introduced in r408463 and accidentially removed in r417328.

MFH:		2016Q3
Original commitRevision:422903 
Wednesday, 22 Jun 2016
18:57 pi search for other commits by this committer
x11/kde4: update to kdelibs version 4.14.10

This is based on the area51 testing repository of the KDE-FreeBSD
project, containing work by Raphael Kubo da Costa, Tobias Berner,
Ralf Nolden, Adriaan de Groot and probably many more from the KDE
team.

KDE4 releases have fallen into three tracks now that KDE4 is pretty
much end-of-life upstream. There's the libraries, the workspace
(Plasma4) and applications.

This patch introduces KDE4_KDELIBS_VERSION to track library releases,
which are still done infrequently. It bumps the workspace version.
It leaves applications alone. This has an effect on some applications
pkg-plists where library version numbers need to be changed. Other
than that it's supposed to be a minor upgrade, which opens the doors
for more reorganization and getting KDE Frameworks 5 in.

PR:		210255
Submitted by:	Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner
<tcberner@gmail.com> (kde)
Exp-run by:	antoine
Original commitRevision:417328 
Monday, 8 Feb 2016
04:20 dbn search for other commits by this committer
x11/kde4-workspace: fix OpenGL tests with nVidia's libGL

nVidia's libGL causes a segfault in ld-elf if the application that is linking
to libGL also links to another library (ordered before linking to libGL) and
the second library links to libthr.  For example:

kwin_opengl_test
 -> libXft
   -> libthr
 -> libGL

Two workarounds are known:
 1) Change the linking order to have libGL linked first, or
 2) Also link to libthr in the (base) application.

This patch implements the latter fix.

PR:	205149, 206899
MFH:	2016Q1
Original commitRevision:408463 

Number of commits found: 4