Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-02 | Mass recursive bump after the dependence fix of the "cairo" package | tron | 2 | -4/+4 | |
requested by Thomas Klausner. | |||||
2012-09-15 | recursive bump from libffi shlib major bump | obache | 2 | -4/+4 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-09-07 | Revbump after updating graphics/cairo | adam | 2 | -4/+4 | |
2012-08-13 | Bump PKGREVISION for fix in librsvg/buildlink3.mk. | wiz | 1 | -2/+2 | |
2012-07-15 | Recursive bump for startup-notification* dependency change, requested | wiz | 2 | -4/+4 | |
by Obache. | |||||
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 2 | -4/+4 | |
2012-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 | |
It turns out there were a lot of these. | |||||
2012-04-27 | Recursive bump from icu shlib major bumped to 49. | obache | 1 | -2/+2 | |
2012-03-06 | Recursive PKGREVISION bump for xulrunner, nss, and nspr. | ryoon | 1 | -2/+2 | |
2012-03-03 | Recursive bump for pcre-8.30* (shlib major change) | wiz | 2 | -4/+4 | |
2012-02-06 | Revbump for | wiz | 2 | -4/+4 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-24 | Recursive dependency bump for databases/gdbm ABI_DEPENDS change. | sbd | 1 | -2/+2 | |
2012-01-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 1 | -2/+2 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 2 | -4/+4 | |
2011-07-21 | recursive bump from gnome-vfs drop crypto dependency. | obache | 1 | -2/+2 | |
2011-06-10 | recursive bump from textproc/icu shlib major bump. | obache | 1 | -2/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 2 | -4/+4 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 2 | -4/+4 | |
2010-11-15 | PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome | abs | 2 | -4/+4 | |
2010-09-14 | Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that | wiz | 2 | -4/+4 | |
version, and bump all depends. Per discussion on pkgsrc-changes. | |||||
2010-07-19 | Revert unwanted bump. | obache | 1 | -2/+2 | |
2010-07-19 | missing recursive bump from libxklavier shlib bump. | obache | 1 | -2/+2 | |
2010-07-14 | Recursive PKGREVISION bump for the net/mDNSResponder update | sbd | 1 | -2/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 2 | -4/+4 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-06-11 | Fix build with gtk2-2.20.0. | wiz | 2 | -1/+23 | |
2010-03-16 | Fixes PLIST for kde option. | obache | 1 | -1/+39 | |
2010-03-16 | Fixes PLIST for -gnome option. | obache | 1 | -7/+7 | |
XXX: probably also need to fix for kde. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -2/+2 | |
2009-12-15 | Recursive bump for libltdl | joerg | 1 | -1/+2 | |
2009-11-26 | - removed configuration patch (default instead) | imil | 3 | -57/+0 | |
- patch-ac now upstream - patch-ad now upstream | |||||
2009-11-26 | Updated to 0.8.4 | imil | 4 | -39/+62 | |
- MASTER_SITES changed - HOMEPAGE changed - added LICENSE - added gmake to USE_TOOLS - added new COMPIZ_GCONF_SCHEMAS - removed configuration patch (default instead) - patch metadata/decoration.xml.in instead of compiz-decoration.schemas - patch-ac now upstream - patch-ad now upstream | |||||
2009-10-31 | fix GConf detection | tnn | 2 | -1/+15 | |
2009-10-30 | This wants -lcanberra-gtk. Make it so. | tnn | 1 | -2/+3 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 2 | -3/+4 | |
2009-07-07 | user-destdir support | joerg | 1 | -2/+4 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -5/+1 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -14/+6 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2008-09-06 | Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib | wiz | 1 | -2/+2 | |
name change). | |||||
2008-05-26 | Fix core dump with ini plugin (flat-file configuration backend) from | hira | 3 | -3/+26 | |
upstream. Bump PKGREVISION. | |||||
2008-05-24 | Switch master site to MASTER_SITE_XORG. | tnn | 1 | -2/+2 | |
2008-05-12 | Make compiz work out of the box: | jmcneill | 5 | -5/+114 | |
o Install schemas for compiz core and plugins, not just gwd o Patch compiz-core schema to load a sane set of plugins by default o Patch compiz-decorator schema to workaround a bug in the xf86-video-intel driver related to drop shadows. o Enable gnome PKG_OPTION by default. o Bump pkg revision. | |||||
2008-04-23 | Fixup dependencies and the gnome option. Thanks to jmcneill@. | xtraeme | 2 | -2/+9 | |
2008-04-23 | Provide a buildlink3 for the upcoming compiz-fusion pkgs. | xtraeme | 1 | -0/+39 | |
2008-04-23 | Update to 0.6.2: | xtraeme | 5 | -55/+51 | |
Release 0.6.2 (2007-10-18 Danny Baumann <dannybaumann@web.de>) ============================================================== Stable release. Support for automatically starting one decorator per screen. Various stacking problem fixes. Fixes for various focus issues. Minor other bug fixes. Release 0.6.0 (2007-10-01 Danny Baumann <dannybaumann@web.de>) ============================================================== Third stable release of Compiz. Improved focus stealing prevention. Improved dynamic desktop resizing support. Added button action configuration options to gtk-window-decorator. Added UTF-8 window title support to kde-window-decorator. Various bug fixes and improvements. ... and more, check the NEWS file. | |||||
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -12/+10 | |
through PLIST_SUBST to the plist module. | |||||
2008-03-06 | Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. | wiz | 1 | -2/+2 | |
2008-01-18 | Per the process outlined in revbump(1), perform a recursive revbump | tnn | 1 | -2/+2 | |
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@ |