Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-13 | Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do | jperkin | 1 | -1/+3 | |
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 | -4/+1 | |
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-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-04-06 | 'Please use "${TRUE}" instead of "true".' | rodent | 1 | -2/+2 | |
2012-10-25 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-05-05 | Fix build of py26-expat against expat-2.0. Bump revision. | joerg | 1 | -2/+2 | |
2012-04-15 | Reset maintainer, developer has left the building | wiz | 1 | -2/+2 | |
2011-12-03 | Tag the 28 locations that result in a Python 3.1 package as supporting so. | joerg | 1 | -1/+3 | |
Remove it from the default list for the rest. | |||||
2011-05-04 | Install standard python modules into usual location instead of site-packages. | obache | 2 | -5/+5 | |
PR#44826. Bump PKGREVISION. | |||||
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-03-15 | Python itself is supposed to be DESTDIR safe. | joerg | 1 | -1/+3 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 1 | -2/+2 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-07-22 | add python as category | recht | 1 | -2/+2 | |
ok'd a while back at pkgsrcCon by agc and wiz | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2003-10-11 | bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. | grant | 1 | -1/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-12-10 | for the Python-version-selection magic to work properly, extension.mk | drochner | 1 | -2/+2 | |
must be pulled in before srcdist.mk | |||||
2002-12-10 | use ${PYSITELIB}. | grant | 1 | -2/+2 | |
from Audun Arnesen Nordal in email to tech-pkg. | |||||
2002-10-16 | py-expat -- enables python's xml framework to use the expat parser. | tsarna | 4 | -0/+61 | |