From fc8d424c6b7837896a32e3c15fd8075942071b84 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 2 Aug 2014 06:54:20 +0000 Subject: - 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@ --- lang/python27/files/extra-patch-setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/python27/files/extra-patch-setup.py') 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 = [] -- cgit v1.2.3