- Patch intltool.m4 so translations are always installed in
PREFIX/share/locale instead of PREFIX/lib/locale (USE_GNOME=intlhack
also does this for ports without USES=autoreconf)
- Patch intltoolize.in so it creates the directory where it will copy
intltool.m4 into if it doesn't exist yet
Also remove old CONFIGURE_ARGS, CONFLICTS, post-patch and post-install
from Makefile and remove an old patch.
PR: 198123
Exp-run by: antoine
Approved by: gnome (kwm), portmgr (antoine)
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950
Vdirsyncer synchronizes your calendars and addressbooks between two storages.
The most popular purpose is to synchronize CalDAV and CardDAV with a local
folder or file. The local data can then be accessed via a variety of programs,
none of which have to know or worry about syncing to a server.
WWW: https://vdirsyncer.readthedocs.org/
PR: 198316
Submitted by: Maxim Filimonov <che@bein.link>
(des_ to DES_ and adapt to method signature). The patch was accepted by the
upstream project see https://github.com/mattn/growl-for-linux/pull/51
PR: 198243
Submitted by: Bernard Spil <spil.oss@gmail.com>
Gsimplecal is a lightweight calendar applet written in C++ using GTK.
It was intentionally made for use with tint2 panel in the openbox environment
to be launched upon clock click, but of course it will work without it. In
fact, binding the gsimplecal to some hotkey in you window manager will probably
make you happy. The thing is that when it is started it first shows up, when
you run it again it closes the running instance. In that way it is very easy to
integrate anywhere. No need to write some wrapper scripts or whatever.
Also, you can configure it to not only show the calendar, but also display
multiple clocks for different world timezones. Read the manual page for the
details (there is info about keyboard controls as well!).
WWW: https://github.com/dmedvinsky/gsimplecal
such as Ubuntu. You can take a screenshot of a specific area, window, your
whole screen, or even of a website - apply different effects to it, draw on it
to highlight points, and then upload to an image hosting site, all within one
window. Shutter is free, open-source, and licensed under GPL v3.
WWW: http://shutter-project.org
xfce4-notifyd was updated to no longer conflict with notification-daemon.
There is no conflict anymore between notification-daemon and
xfce4-notification-daemon
Only notify-osd and xfce4-notification-daemon conflict with each other.
PR: 197851 (based on)
Submitted by: Ben Woods <woodsb02@gmail.com>
Reviewed by: maintainer (ehaupt@)
This port's makefile fails to set the make environment when it overrode
the build target. Given that the 2-line build.sh script has to be
patched in the post-configure target, the whole script should move to
the port makefile. However, for now just set the make environment which
fixes the build on DragonFly with gcc-5.
Approved by: just-fix-it blanket