diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-08-02 06:54:20 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-08-02 06:54:20 +0000 |
commit | fc8d424c6b7837896a32e3c15fd8075942071b84 (patch) | |
tree | 25299d143cd595c13fc358dd66d172b08118cd46 /lang/python27/files/extra-patch-setup.py | |
parent | - Upgrade to 0.6.2 rc5 (diff) |
- Remove everything related to USE_PYTHON and bsd.python.mk. This is a
preparatory step to convert bsd.python.mk into a USES file.
- Remove the shared/static build separation, which is the source of many
problems and even more hacks. Instead build only the shared version, which
greatly simplifies the build.
- Remove the FPECTL option to align the build with the clean "template" from
lang/python34.
- Remove support for GNU pthreads via the PTH option. It is a permanent
troublemaker for ports using Python and pthread support.
- Remove PORTDATA and EXAMPLES. Those will be made available via separate
ports.
- Add a new DEBUG option to enable debug builds as for lang/python34.
- Remove bin/smtpd. Only Python2.7 wants to install it, but we'd like to keep
it consistent with the other lang/pythonXX ports
- Add CPE support.
- Reactivate curses/ncurses support.
- Use buildbottest in the regression-test: target.
- Move pkg-message to the right place.
Phabric: D488
Exp-run: 192242, 192244
Reviewed by: koobs
With hat: python@
Notes
Notes:
svn path=/head/; revision=363790
Diffstat (limited to 'lang/python27/files/extra-patch-setup.py')
-rw-r--r-- | lang/python27/files/extra-patch-setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/python27/files/extra-patch-setup.py b/lang/python27/files/extra-patch-setup.py index 8a8094b17fcb..ceeb335e319c 100644 --- a/lang/python27/files/extra-patch-setup.py +++ b/lang/python27/files/extra-patch-setup.py @@ -1,6 +1,9 @@ +# Description: SEM option patch. If SEM is enabled, enable the build properly +# Not upstreamed + --- setup.py.orig 2013-04-07 11:07:43.000000000 +0400 +++ setup.py 2013-04-07 11:16:36.000000000 +0400 -@@ -1544,10 +1544,22 @@ +@@ -1551,10 +1551,22 @@ macros = dict() libraries = [] |