mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
fc8d424c6b
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@
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
=====================================================================
|
|
|
|
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
|
|
|
|
=====================================================================
|