Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix PR pkg/48777
|
|
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
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
|
|
|
|
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
by Obache.
|
|
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
Devil's Pie "Sweet Music, Soul Music?" 0.22
===========================================
* Fix decorate/undecorate with OpenBox (thanks Rafał Mużyło)
* Fix typos in man page (Loïc Minier)
Devil's Pie "A Love Supreme" 0.21
=================================
* Add change_workspace action (#453464, thanks Adam Więckowski)
* Add decorate action (#449634, thanks Galkin Vasily)
* Add quit action (thanks Leon Zhang)
* Handle wnck_screen_get_active_workspace() failing (#343546)
|
|
Bump PKGREVISION.
|
|
Devil's Pie "Wearing That Dress" 0.20.2
=======================================
* Fix window_workspace (Andrew Yates)
|
|
Devil's Pie "Wearing That Dress" 0.20.1
=======================================
* Fix parsing (Lars Damerow)
* Fix test suite
Devil's Pie "Wearing That Dress" 0.20
=====================================
* Handle multiple expressions in a file (Lars Damerow)
* Add spawn_sync and spawn_async actions to start processes (David Decotigny)
* Add println, str, hex, and expand print (DD)
* Add window_xid matcher (DD)
|
|
|
|
Devil's Pie "Sell Sell Sell" 0.19
================================
* Don't use wnck_window_set_geometry (#381233)
|
|
Devil's Pie "Simmer To A Sizzle Like The Days Of Old" 0.18
==========================================================
* Add window_property matcher (Nigel Tao)
* Add set_viewport action (James Willcox)
* Add opacity action (Pavel Palat)
* Add sticky action (Steve Leung)
* Add unmaximise action (Alex Menk)
* Add unminimise action (Richard Neill)
* Fix negative offsets in geometry action (Vincent Ho, Midred)
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
|
|
|
|
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.
|