summaryrefslogtreecommitdiff
path: root/lang/python27/files/pkg-message
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-02 06:54:20 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-02 06:54:20 +0000
commitfc8d424c6b7837896a32e3c15fd8075942071b84 (patch)
tree25299d143cd595c13fc358dd66d172b08118cd46 /lang/python27/files/pkg-message
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/pkg-message')
-rw-r--r--lang/python27/files/pkg-message11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python27/files/pkg-message b/lang/python27/files/pkg-message
deleted file mode 100644
index 80afa60e7c7b..000000000000
--- a/lang/python27/files/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-=====================================================================
-
-Note that some standard Python modules are provided as separate ports
-as they require additional dependencies. They are available as:
-
-bsddb databases/py-bsddb
-gdbm databases/py-gdbm
-sqlite3 databases/py-sqlite3
-tkinter x11-toolkits/py-tkinter
-
-=====================================================================