Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-25 | add buildlink3 support | recht | 1 | -3/+26 | |
2004-01-14 | Add missing `*', noted by Min Sik Kim in private email. | xtraeme | 1 | -2/+2 | |
2004-01-14 | Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previous | xtraeme | 1 | -2/+2 | |
scheme only accepts `python', so if we have a script which uses: #!/path/to/python23 PYTHON_PATCH_SCRIPTS will fail. Fix provided by Min Sik Kim in PR pkg/24069. | |||||
2003-12-23 | update to 2.3.3 | recht | 1 | -4/+4 | |
This is a bug-fix release for Python 2.3 that fixes a number of bugs, including a couple of serious errors with weakrefs and the cyclic garbage collector. There are also a number of fixes to the standard library - see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details. | |||||
2003-12-08 | Update to Python 2.3.2 | recht | 1 | -4/+4 | |
Changes in Python: Quite a few fixes.. See NEWS for details. Changes in the pkg: - add FreeBSD patches from the FreeBSD port - add fix for a fatal bug in type's GC handling causes segfaults (via FreeBSD port) see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u - always build the db 1.85 module (on all platforms) | |||||
2003-12-05 | Fix PYTHON_VERSION_REQG regex for non-NetBSD native make (read for bmake). | recht | 1 | -2/+2 | |
2003-12-03 | Revert previous change. I was trying to get pkglint to keep quiet but | darcy | 1 | -2/+2 | |
Marc Recht pointed out that install is not the install command here but rather an argument to the Python setup program. | |||||
2003-12-03 | Change hard coded call of install to use INSTALL environment variable. | darcy | 1 | -2/+2 | |
2003-11-03 | Add a comment for the last change. | recht | 1 | -1/+2 | |
2003-11-01 | Fix breakage caused by PKGNAME_REQD quoting in bsd.pkg.mk. | recht | 1 | -2/+2 | |
2003-09-30 | DTRT for USE_BUILDLINK2=no (or [nN][oO]). | kristerw | 1 | -5/+5 | |
2003-09-14 | hange extension.mk to also install optimized files for distutils packages. | recht | 1 | -2/+4 | |
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@. | |||||
2003-09-11 | Adapt a change from FreeBSD's ports Mk/bsd.python.mk. | recht | 1 | -3/+3 | |
Change the order of PYSETUP*AGS and the corresponding target. Eg.: s/${PYSETUPINSTALLARGS} install/install ${PYSETUPINSTALLARGS}/ This allows us to automatically install .pyo files with a PYSETUPINSTALLARGS=-O1 -c and thus drop the compileall.py stuff in the post-install target. ok'ed by drochner@ | |||||
2003-08-04 | prepare for Python-2.3 | drochner | 2 | -5/+42 | |
2003-06-06 | update Python22 to 2.2.3 | drochner | 1 | -4/+4 | |
This is a bugfix release. Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the interpreter against libgcc. This should fix PR pkg/16144 in the Python2.2 (and NetBSD-1.5) case. | |||||
2003-05-09 | some packages (e.g. py-wxWindows 2.4.0.7) have the Python setup.py | jdolecek | 1 | -3/+4 | |
in subdirectory and need to execute setup.py in that directory, but still need WRKSRC set to the base directory for configure/patch targets to handle this, add PYSETUPSUBDIR variable (default empty), and change do-build+do-install targets to use working directory ${WRKSRC}/${PYSETUPSUBDIR} when executing setup.py | |||||
2003-05-07 | use the same logics for pth dependency like in python2?-pth/Makefile | drochner | 1 | -3/+11 | |
2003-03-10 | add 22pth and 21pth to default 'accepted' list | jdolecek | 1 | -2/+2 | |
fixes PR pkg/20601 by David W. Talmage | |||||
2002-12-23 | Remove references to pth/buildlink.mk. | wiz | 1 | -5/+1 | |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -2/+2 | |
2002-11-23 | On Darwin, since it's currently the only Python that's usable there, | schmonz | 1 | -1/+5 | |
force PYTHON_VERSIONS_ACCEPTED to "22". | |||||
2002-10-30 | Make default version of Python 2.2.x instead of 2.1.x. Since multiple | tsarna | 1 | -2/+2 | |
versions of Python may be installed, and packages that require an earlier version can always specify that, this should cause no problem, and it seems sensible that people who don't care should get the latest. (drochner concurs) | |||||
2002-10-25 | another Python version | drochner | 2 | -3/+18 | |
2002-10-18 | Allow additional sed expressions to be used to patch the python scripts by | jlam | 1 | -1/+2 | |
passing them in with PYTHON_PATCH_SCRIPT_SED. | |||||
2002-10-18 | Allow PYTHON_PATCH_SCRIPTS to take shell wildcards. | jlam | 1 | -5/+10 | |
2002-10-15 | Upgrade python22 package from 2.2.1 to 2.2.2. | tsarna | 1 | -4/+4 | |
Mostly bug fixes, a few enhancements, notably in the email package. | |||||
2002-10-09 | Set PYPACKAGE to the ${PKGBASE} of the python package used. PYPACKAGE can | jlam | 1 | -1/+6 | |
later be used to probe the values in the various buildlink2.mk files. | |||||
2002-10-09 | We actually refer to the pth-enable python package as "python21-pth". | jlam | 1 | -7/+7 | |
2002-09-25 | Fix typo on python21-pth pathname. | seb | 1 | -2/+2 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 2 | -2/+2 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. | |||||
2002-09-20 | Move the definitions for PYINC, PYLIB, and PYSITELIB to pyversion.mk | jlam | 2 | -17/+13 | |
so that they may be used by buildlink2.mk files. | |||||
2002-09-20 | Make this work with buildlink2. | jlam | 1 | -9/+26 | |
2002-09-04 | pass the MAKE_ENV to distutils builds | drochner | 1 | -3/+5 | |
2002-09-03 | make the automatic Python version derivation work with non-numeric | drochner | 1 | -2/+2 | |
version number components | |||||
2002-08-20 | teach it about python21-pth | drochner | 2 | -3/+12 | |
2002-07-14 | echo -> ${ECHO} | wiz | 1 | -4/+4 | |
2002-04-15 | update for new distfiles | drochner | 1 | -7/+7 | |
2002-02-02 | force an error if no usable Python version is found | drochner | 1 | -1/+4 | |
2002-01-29 | don't error it distutils are not present | drochner | 1 | -5/+5 | |
2002-01-29 | tell it about Python-1.5 | drochner | 2 | -2/+23 | |
2002-01-29 | remove the old python-2.x pkg, this is superseded by the new framework | drochner | 7 | -572/+0 | |
2002-01-29 | not needed anymore | drochner | 1 | -42/+0 | |
2002-01-28 | collect definition for stuff built from the Python source distribution | drochner | 1 | -0/+48 | |
(ie Python itself and various modules which depend on additional libs - eg ncurses and gdbm) in one place | |||||
2002-01-22 | nuke the USE_PYPKGPREFIX option - simply require that a pkg using | drochner | 1 | -2/+2 | |
extension.buildlink.mk also uses PYPKGPREFIX | |||||
2002-01-19 | some changes for scripts which get run during build: | drochner | 1 | -4/+7 | |
-rearrange sed call so that an execute permission doesn't get lost -correct python path earlier (post-patch) | |||||
2002-01-19 | add an option to get a BUILD_DEPENDS only | drochner | 1 | -4/+9 | |
2002-01-18 | do the script patching pre-install rather than post-build, | drochner | 1 | -2/+4 | |
to make it work is NO_BUILD is set | |||||
2002-01-18 | use "-f" flag do "mv" | drochner | 1 | -2/+2 | |
2002-01-17 | add a conflict with python20-* for the time remaining | drochner | 1 | -1/+3 | |
(when all dependant pkgs are verified to work with the new Python packages, this one will be removed) | |||||
2002-01-17 | add a rule to patch #!/the/right/path/to/python into the first line | drochner | 1 | -1/+13 | |
of scripts |