Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-06 | Bump PKGREVISION for libXft changes for NetBSD native X support on | wiz | 1 | -2/+2 | |
NetBSD 6, requested by tron. | |||||
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -1/+2 | |
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 | |||||
2013-04-05 | Update py-notify to 0.2.1. Resolves PR pkg/47698. | rodent | 4 | -47/+52 | |
From http://download.gna.org/py-notify/: "Releases in 0.1 development branch are still available on a separate page for historical purposes. There is no reason to use them in production: current stable 0.2 is both bug-free and faster, and more features can be found in 0.3 development releases." Package no longer needs buildlink3.mk file, as there is no shared library installed. PLIST has many entries in PYSITELIB. Package uses PYDISTUTILS to handle everything. pkg-config, libtool, and gmake are no longer needed. HOMEPAGE and MASTER_SITES were updated. Added LICENSE. Passes pkglint. | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 2 | -4/+4 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-08 | Revbump after updating graphics/pango | adam | 2 | -4/+4 | |
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-10 | Fixes PKGPREFIX for python and ruby by blbump(1). | obache | 1 | -2/+2 | |
2012-09-07 | Revbump after updating graphics/cairo | adam | 2 | -4/+4 | |
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-08 | Remove python24 and all traces of it from pkgsrc. | wiz | 1 | -2/+1 | |
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files. | |||||
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. | |||||
2011-11-01 | Revert hard coded "py26" with "${PYPKGPREFIX}". | sbd | 1 | -2/+2 | |
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I did the recursive bump for graphics/freetype2 and I forgot to change them back :(. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 2 | -4/+4 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 2 | -4/+4 | |
2011-02-25 | Let's assume for now that everything that worked with python-2.6 also | wiz | 1 | -2/+2 | |
works with python-2.7. | |||||
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-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-02-10 | Allow Python 2.6. | joerg | 1 | -2/+2 | |
2010-01-11 | * Fixes missing function attach_status_icon. | obache | 1 | -4/+9 | |
src/pynotify.c should be generated, but broken one exists in tarball. (regeneration rule require gmake) http://trac.galago-project.org/ticket/121 * fixes path of override *.pc.in file. Bump PKGREVISION. | |||||
2009-08-27 | Fix fallout from recursive jpeg shlib bump. | wiz | 1 | -2/+2 | |
The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno! | |||||
2009-08-26 | bump revision because of graphics/jpeg update | sno | 2 | -3/+4 | |
2009-08-19 | not for python-2.4, because support was dropped from py-gtk2 | tnn | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+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. | |||||
2009-03-20 | Include pyversion.mk include the protected part of the buildlink3.mk | joerg | 1 | -3/+3 | |
files, not over and over again. | |||||
2009-02-11 | Sort PYTHON_VERSIONS_ACCEPTED. | joerg | 1 | -2/+2 | |
2008-11-18 | make this work with python-2.4 again | drochner | 1 | -2/+2 | |
2008-11-15 | Remove python24 from accepted versions since x11/py-gtk2 doesn't support it | hasso | 1 | -2/+2 | |
any more. | |||||
2008-04-25 | - Supports DESTDIR | tnn | 1 | -2/+4 | |
- Accept Python 2.5 | |||||
2008-03-15 | py-gtk2 needs Python 2.4 | joerg | 1 | -2/+2 | |
2007-09-21 | Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. | wiz | 1 | -1/+2 | |
Bump PKGREVISION. | |||||
2007-01-15 | py-gtk needs Python 2.3+ | joerg | 1 | -1/+2 | |
2007-01-10 | import py-notify-0.1.1 - Python bindings for libnotify | drochner | 5 | -0/+62 | |