relinquish at some point to allow contributions coming more easily (not to
impose hard lock). These days, there is no reason to yield maintainership
with the more lax rules and general consensus that casual changes do not
necessarily require explicit approval from maintainer prior to commit.
On the other hand, unmaintained ports can give (arguably false) impression
of being unwanted and one step above deprecation, yet these ports are not.
Inspired by: marino
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Tint is a simple panel/taskbar/systray intentionally made for openbox3,
but should also work with other window managers. The goal is to keep a
clean and unintrusive look with lightweight code and compliance with
freedesktop specifications.
Tint taskbar features
* color/transparency on font, icon, border and background
* customize mouse event
* drag and drop task between desktop and switch desktop
Tint panel features
* clock with font, color and transparency
* multi-monitor : panel position adjust to monitor, taskbar by monitor
This is the development version. It has some cool new features, but also
may have some bugs.
WWW: http://code.google.com/p/tint2/
PR: 198317
Differential Revision: https://reviews.freebsd.org/D2180
Submitted by: Yamagi@yamagi.org
Approved by: koobs (mentor)
The previous attempt to fix sessreg on gcc5 by using tradcpp was backed
out due to failure to build on FreeBSD 11. This attempt uses gcc's cpp,
but with the -P option. Tested on F8,9,10,11 x i386,amd64
tested by: bofh
Approved by: blanket
PAM_SETCRED(3)'s second parameter does not default to PAM_ESTABLISH_CRED on
FreeBSD, so explify it, as was proposed on the forums[1] back in decembre.
Bump port revision as this commit changes the runtime behavior of the
installed port.
[1] https://forums.freebsd.org/threads/problem-with-kdm4-kerberos-and-nfsv4.49253
PR: 195899
Approved by: rakuco (mentor)
MFH: 2015Q1
sysutils/cinnamon-settings-daemon to 2.4.3.
x11/cinnamon to 2.4.6.
x11/cinnamon-screensaver to 2.4.1.
x11/cinnamon-session to 2.4.3.
x11-fm/nemo to 2.4.5.
x11-wm/muffin to 2.4.4.
Switch cinnamon to py-pillow instead of py-imaging which seems to be
discontinued upstream.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to kee
these ports updated.
Obtained from: GNOME dev repo