Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-09 | Mark packages that are not ready for python-3.3 also not ready for 3.4, | wiz | 1 | -2/+2 | |
until proven otherwise. | |||||
2014-01-25 | No need to have two variables for the same logic. | wiz | 1 | -2/+2 | |
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON. | |||||
2014-01-25 | Mark packages as not ready for python-3.x where applicable; | wiz | 1 | -2/+2 | |
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary. | |||||
2013-10-24 | Revbump from devel/py-game update | ryoon | 1 | -2/+2 | |
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 | -2/+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 | |||||
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-03-09 | Bump PKGREVISION for python default version change to 2.7. | wiz | 1 | -2/+2 | |
py-* not affected, since it built different versions depending on the setting already. | |||||
2012-01-28 | Recursive bump for removal of jpeg/tiff/png buildlink3.mk files | wiz | 1 | -2/+2 | |
from SDL_image. If one of these packages needs them, it should include them itself. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-02-28 | Reset maintainer for retired developers. | wiz | 1 | -2/+2 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
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 | Bump revision for PYTHON_VERSION_DEFAULT change. | joerg | 1 | -2/+2 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-07-08 | Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python | joerg | 1 | -3/+3 | |
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally. | |||||
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -2/+4 | |
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. | |||||
2008-04-07 | Fix DESTDIR. | joerg | 1 | -2/+3 | |
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -4/+6 | |
their files via a custom do-install target. | |||||
2006-06-12 | Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) | wiz | 1 | -2/+2 | |
for SDL shlib changes. | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-11 | Convert aalib to options framework, adding an 'x11' option, and remove | wiz | 1 | -2/+2 | |
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt. | |||||
2005-11-04 | Imported 4stAttack from wip. | rillig | 1 | -0/+34 | |
4st Attack is a game in which you have to try to out-smart your opponent. The goal of the game is to connect four of stones in a straight line. This can be horizontaly, vertically and even diagonnally. |