Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-11 | Recursive revbump from textproc/icu 57.1 | ryoon | 1 | -2/+2 | |
2015-10-10 | Recursive revbump from textproc/icu | ryoon | 1 | -2/+2 | |
2015-04-06 | Revbump after updating textproc/icu | adam | 1 | -2/+2 | |
2014-10-07 | Revbump after updating libwebp and icu | adam | 1 | -2/+2 | |
2014-04-09 | recursive bump from icu shlib major bump. | obache | 1 | -2/+2 | |
2014-03-13 | Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do | jperkin | 1 | -1/+2 | |
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME. | |||||
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-19 | Revbump after updating textproc/icu | adam | 1 | -2/+2 | |
2013-05-09 | Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. | adam | 1 | -1/+2 | |
2013-04-20 | Change version number of python buitin module packages | obache | 1 | -3/+2 | |
form fixed `0' to main Python distribution version (PY_DISTVERSION) so that packages will be updated with main Python distribution update. no objection in tech-pkg@ for a week. | |||||
2013-02-21 | Add explanations to DESCR for sqlite packages because it is quite | gdt | 2 | -2/+5 | |
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3. | |||||
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2013-01-21 | Remove obsolete BUILDLINK_API_DEPENDS.python25 lines (python25 was removed). | wiz | 1 | -3/+1 | |
2012-10-19 | Works with python-3.2, remove limitation. | wiz | 1 | -2/+1 | |
2012-10-03 | Update for python25 removal. | wiz | 1 | -2/+2 | |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-04-27 | Recursive bump from icu shlib major bumped to 49. | obache | 1 | -2/+2 | |
2011-12-03 | Tag the 28 locations that result in a Python 3.1 package as supporting so. | joerg | 1 | -1/+2 | |
Remove it from the default list for the rest. | |||||
2011-06-17 | I also use this with python31 (which now is in pkgsrc). | reed | 1 | -2/+2 | |
2011-06-10 | recursive bump from textproc/icu shlib major bump. | obache | 1 | -2/+2 | |
2011-05-04 | Install standard python modules into usual location instead of site-packages. | obache | 2 | -3/+5 | |
PR#44826. Bump PKGREVISION. | |||||
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. | |||||
2010-02-19 | Fix RCS ID | joerg | 1 | -1/+1 | |
2009-07-07 | add 26 to PYTHON_VERSIONS_ACCEPTED | zafer | 1 | -2/+2 | |
2009-03-05 | Remove PYBINMODULE. All it did was mark some packages as not available | joerg | 1 | -2/+1 | |
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it. | |||||
2008-08-27 | Import built-in sqlite support for Python 2.5. The python25 package contains | epg | 4 | -0/+71 | |
the .py parts of this, but does not include the .so linked against sqlite3 (similar to the py-expat situation). |