summaryrefslogtreecommitdiff
path: root/lang/python33 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-161-1/+1
| | | | Notes: svn path=/head/; revision=327423
* Resolve gettext (libintl) detection and linking in all Python portsKubilay Kocak2013-09-082-7/+34
| | | | | | | | | | | | | | | | | | | | Fix gettext (NLS) detection, includes and linking: - all: Use LDFLAGS and CPPFLAGS over CFLAGS for NLS option (with comment) - python26,27: Pass LIBS="-lintl" to CONFIGURE_ENV Workaround Pythons odd build mechanics causing duplicate args: - all: Remove CFLAGS from OPT= in CONFIGURE_ENV - python32,33: Remove CONFIGURE_* variables from Makefile.pre.in Other: - python32: Patch setup.py to pass OPT correctly to shared modules PR: ports/181721 Reported by: pawel Reviewed by: bapt mva sbz Notes: svn path=/head/; revision=326729
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-172-36/+1
| | | | | | | | | | | | | | and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports. Notes: svn path=/head/; revision=324864
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Add patch that resolves the issue, found after r250991 in src HEAD.Ruslan Makhmatkhanov2013-06-102-0/+11
| | | | | | | | | | | | | | | | | | Investigation and the patch are from Marcel Moolenaar. I also added upstream bug-report, based on Marcel's info: http://bugs.python.org/issue18178 There also was relevant discussion on current@: http://lists.freebsd.org/pipermail/freebsd-current/2013-June/ Please see there for details of the issue. Submitted by: marcel (python@ ML) Reported by: many Notes: svn path=/head/; revision=320442
* Using GNU make to build this port now, because people reporting variousRuslan Makhmatkhanov2013-05-211-0/+1
| | | | | | | | | | | | | | build problems with pmake, that's cannot be reproduced reliable. There is also upstream bug-report [1]. The solution is suggested by Marcus von Appen. PORTREVISION isn't bumped, because there is no need in gmake for people that already built python33 successfully. Reported by: many Submitted by: mva (by mail) Tested by: demon Notes: svn path=/head/; revision=318640
* Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2Ruslan Makhmatkhanov2013-05-184-19/+11
| | | | Notes: svn path=/head/; revision=318421
* - update to latest upstream versions:Ruslan Makhmatkhanov2013-05-176-30/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . lang/python27: 2.7.3 -> 2.7.5 . lang/python32: 3.2.3 -> 3.2.4 . lang/python33: 3.3.0 -> 3.3.1 - update Mk/bsd.python.mk with new versions - mark lang/python26 and lang/python31 as deprecated (set them to upstream EoL dates) - update docs (lang/python-doc-html) - align databases/py-bsddb patch for python27 - most of it was applied upstream. Raise BDB version to 4.3 atleast, according to upstream requirements. Many thanks to Martin (miwi) for his time on this update. PR: 178506 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay <duncan@duncf.ca> Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi) Notes: svn path=/head/; revision=318353
* Commit all the non-functional changes to python ports to reduce the diff sizeRuslan Makhmatkhanov2013-05-113-2615/+2614
| | | | | | | | | | | | | | | | | for an exp-run of updated python versions. - trim Makefile headers - remove leading indefinite article from COMMENT - use PYTHON shortcut in MASTER_SITES - whitespace fixes - remove checks for unsupported versions of FreeBSD - use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist, because this value is not supposed to be changed across the branch and for consistency with other python3 ports - remove conflicts in lang/python-mode.el with not more existing python-2.4 Notes: svn path=/head/; revision=317865
* - finish conversion for USES of gettextJason Helfman2013-05-061-1/+1
| | | | Notes: svn path=/head/; revision=317498
* - adoption of USES for gettextJason Helfman2013-05-061-9/+11
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317469
* Fix logic (should be defined to true integer, not false).Chris Rees2013-02-032-16/+21
| | | | | | | | | | | While here, let's use patch from upstream so it obviously conflicts on the next update. Submitted by: koobs Obtained from: http://bugs.python.org/issue16753 Notes: svn path=/head/; revision=311456
* Fix package on 9.1-RELEASEChris Rees2013-02-021-0/+16
| | | | Notes: svn path=/head/; revision=311428
* - Remove "first-installed-win" logic for automatically settingLi-Wen Hsu2012-12-232-17/+14
| | | | | | | | | | | | | | | | | | | | ${PYTHON_DEFAULT_VERSION}, this generates conflicting packages. - Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION} will create python and python${MAJOR_VERSION} links. In current default, lang/python27 will create: python -> python2 -> python2.7 - Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link. At this point, lang/python33 will create python3 -> python3.3 - Minor cleanups * Trim Makefile headers * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ [1] http://www.python.org/dev/peps/pep-0394/ Notes: svn path=/head/; revision=309444
* - Remove test and regression-test targets for now - they pollute theMarcus von Appen2012-12-211-5/+0
| | | | | | | | | installation on tinderboxes causing leftovers Discussed with: Kubilay Kocak <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=309372
* Create python2 symlink for the latest version of python2.X executable andDmitry Sivachenko2012-12-212-0/+8
| | | | | | | | | | | | python3 symlink for the latest version of python3.X executable. People who really want to use older python version for both python branches should specify explicit version number in interpreter invocation. Discussed on python@ long ago. Notes: svn path=/head/; revision=309359
* Port for python version 3.3.Dmitry Sivachenko2012-12-208-0/+5273
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=309312