to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
Devil's Pie "Out Of Gas, Still Burning" 0.17.1
==============================================
* Depend on GLib 2.9.1 onwards
Devil's Pie "Stay With Me While We Grow Old" 0.17
=================================================
* Fix compile with GLib 2.10.
Devil's Pie "Shogun's Decapitator" 0.15
=======================================
* New matcher: window class (Jonas Linde)
* New actions: focus (JL), center (JL), print (Ryan Koppenhaver), close (RK).
* Fix test suite (RK)
* Don't segfault on invalid s-exp (Christian Krause)
* Never return NULL from a matcher
* Wrap X call when removing decorations with error handling
Devil's Pie "Lazy Release" 0.14
===============================
* Add Set Geometry (Guido Boehm)
* Fix Set Window Type (Stefan van der Haven)
* Make Pin work as expected (Jean-Yves Lefort)
* Append new expressions, not prepend (Lars Damerow)
* Fix typos in README (Larry Virden)
Add some direct dependencies, according to verifypc.
Devil's Pie "Wind The Frog" 0.13
================================
* Total rewrite.
* No, really. A complete rewrite, no file left untouched. Many thanks to Pixar
Animation Studios for sponsoring this work.
* Use s-expressions instead of XML as the configuration file format, allowing
matches to be combined in new and exciting ways with (and) (or) and (not)
operators.
* Read configuration from both the users home directory and /etc, allowing
centralised configuration.
* Add the beginnings of a test suite.
Devil's Pie "Trying To Make Their Paper" 0.12
=============================================
* Quit if no flurbs were loaded
* Use GOption
* Major code cleanup
Devil's Pie "Used To Love You" 0.11
===================================
* Add an action to shade windows by Anonymous. I didn't write it but I've lost
the mail the patch came in...
* Fix the window type action
* Fix the execute action
* Check for xsltproc in configure, as it's required