summaryrefslogtreecommitdiff
path: root/lang/python34/files/patch-Makefile.pre.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-18Remove expired port:Rene Ladan1-74/+0
2018-12-17 lang/python34: Fails to build with recent OpenSSL Notes: svn path=/head/; revision=487742
2018-02-11Update to 3.4.8Sunpoet Po-Chuan Hsieh1-0/+11
- Set PORTNAME to python and add PKGNAMESUFFIX - Update Makefile and PLIST to be similar with python36 - Sort USES - Remove CPE_*: all of them are default values - Update PLIST_FILES: do not use %% - Fix shebang: - Update SHEBANG_FILES - Remove over-patched shebang fix of Lib/cgi.py - Update http:// links in Makefile comments and patch files Changes: https://docs.python.org/3.4/whatsnew/changelog.html Security: 0fe70bcd-2ce3-46c9-a64b-4a7da097db07 MFH: 2018Q1 Notes: svn path=/head/; revision=461513
2014-10-27Update to version 3.4.2.Dmitry Sivachenko1-5/+10
Two deleted patches were integrated upstream. Reviewed by: koobs in D967 Notes: svn path=/head/; revision=371567
2014-09-04Change INSTALL_DATA to install with mode 644Antoine Brodin1-14/+0
Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
2014-06-16- Create symlinks for non-ABI-suffixed python*-config and ABI-suffixed ↵Antoine Brodin1-3/+33
python-*.pc - Fix DISABLED_EXTENSIONS extension patch, autoconf is not used so configure has to be patched Phabric: D225 Reviewed by: koobs Notes: svn path=/head/; revision=358029
2014-04-22lang/python{31,32,33}: Fix stage/package as non-rootKubilay Kocak1-4/+2
Copy the second part of a change previously made to python27 [1], to python31, python32 and python33. This fixes staging and packaging of these ports by a non-root user by running ranlib on the archive prior to it being installed read-only. While I'm here: - python27: Add breadcrumbs and references to the patch header - python34: Update breadcrumbs and references to the patch header [1] https://svnweb.freebsd.org/ports?view=revision&revision=350207 Submitted by: antoine Reviewed by: kwm, sbz Notes: svn path=/head/; revision=351815
2014-04-08Welcome Python 3.4 to the FreeBSD Ports Tree!Kubilay Kocak1-0/+44
The FreeBSD Python Team warmly welcomes Python 3.4 to the Ports tree: - Add lang/python34 - Add devel/py-setuptools34 - Add Python 3.4.0 docs to lang/python-doc Release Announcement and Major Features: https://www.python.org/download/releases/3.4.0/ This also marks the next stage of a cleaner, much-closer-to-upstream approach to Python on FreeBSD, that builds upon the hard work of the entire FreeBSD Python team over the last year. This port is built "entirely" from scratch, retiring as much of the legacy, workarounds, patches and hacks from the existing Python ports as possible. Of particular note: static + shared dual-build is gone, as it was flaky at best, grossly untested upstream and caused more issues than it solved. It is replaced by a shared build by default. The static python library remains installed and usable. Major changes in this structure are: - Replace dual static and shared in-tree build with shared-only. - Use options helpers - Replace plat-freebsd* hacks with a lighter weight alternative - Strip all libraries and shared extensions - Only retain patches that are absolutely necessary - Replace static disabled_module_list with one from upstream - Retain NIS and sparc64 workarounds from python33 - Deprecate SEM option, no longer optional. - Deprecate PTH option, no longer maintained or supported upstream - Deprecate FPECTL option, no longer maintained or supported upstream - Add upstream issue references & breadcrumb annotations where possible Tested by: many (Special thanks to Andrew Berg) Reviewed by: xmj, nemysis, antoine Notes: svn path=/head/; revision=350610