<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python33/Makefile, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-08-23T05:19:50Z</updated>
<entry>
<title>lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds.</title>
<updated>2014-08-23T05:19:50Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-08-23T05:19:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0d6e53966b68b1f2720283b3c8cf3a707c4a29f2'/>
<id>urn:sha1:0d6e53966b68b1f2720283b3c8cf3a707c4a29f2</id>
<content type='text'>
Bump PORTREVISION, as prior to the previous change that fixed upstream Issue
#21166, Python builds could be potentially polluted by the host environment
which could caused runtime issues because of ABI differences.
</content>
</entry>
<entry>
<title>- Add USE_OPENSSL, since all lang/python ports build the _ssl module, which</title>
<updated>2014-08-10T18:36:27Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-08-10T18:36:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=600af559c2f75c62beae1201d7f558ac4af20774'/>
<id>urn:sha1:600af559c2f75c62beae1201d7f558ac4af20774</id>
<content type='text'>
  requires a working OpenSSL implementation

Phabric:		D569
Reviewed by:	wg@
With hat:	python@
</content>
</entry>
<entry>
<title>- Remove everything related to USE_PYTHON and bsd.python.mk. This is a</title>
<updated>2014-08-02T06:39:17Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-08-02T06:39:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d76d35ef874d3ce34a5227a90122a4f10d110b6c'/>
<id>urn:sha1:d76d35ef874d3ce34a5227a90122a4f10d110b6c</id>
<content type='text'>
  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.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Remove the FPECTL option to align the build with the clean "template" from
  lang/python34.
- 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.
- Add a new TSC option for precise timestamp counter support as for
  lang/python34.
- Reactivate curses/ncurses support.
- Use buildbottest in the regression-test: target.

Phabric:	D410
Exp-run:	192242, 192244
Reviewed by:	koobs, bapt
With hat:	python@
</content>
</entry>
<entry>
<title>- Add CPE entries for python</title>
<updated>2014-07-11T18:09:01Z</updated>
<author>
<name>Sofian Brabez</name>
<email>sbz@FreeBSD.org</email>
</author>
<published>2014-07-11T18:09:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b5d9bfb7a4aa74448310eb6f732369f376d05423'/>
<id>urn:sha1:b5d9bfb7a4aa74448310eb6f732369f376d05423</id>
<content type='text'>
- Remove NOPORTDATA as it's deprecated since r359061
</content>
</entry>
<entry>
<title>Convert GMAKE to MAKE_CMD</title>
<updated>2014-06-25T05:35:31Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-25T05:35:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a33191366c083aad8ab7cd37d06db2d4790f3e39'/>
<id>urn:sha1:a33191366c083aad8ab7cd37d06db2d4790f3e39</id>
<content type='text'>
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
</content>
</entry>
<entry>
<title>lang/python{31,32,33}: Add clang 3.4 fix from python27</title>
<updated>2014-04-20T01:35:39Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-04-20T01:35:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=21c7eb29520ac1b037a61fad06cc3f6deb9d8fec'/>
<id>urn:sha1:21c7eb29520ac1b037a61fad06cc3f6deb9d8fec</id>
<content type='text'>
Copy change committed to python27 [1] to python31, python32 and
python33 to fix builds of some extensions with Clang 3.4.

Also add breadcrumbs to the patch header in lang/python27 referencing
the upstream issue. [2]

The Python 3.4 port (lang/python34) already carries the patch.

[1] https://svnweb.freebsd.org/ports?view=revision&amp;revision=346428
[2] http://bugs.python.org/issue20767
</content>
</entry>
<entry>
<title>- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE</title>
<updated>2014-04-11T08:25:47Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2014-04-11T08:25:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c5569783bdee1084b70d5401db26f219788cd263'/>
<id>urn:sha1:c5569783bdee1084b70d5401db26f219788cd263</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix shebang</title>
<updated>2014-04-06T05:47:08Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2014-04-06T05:47:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0520820ce2b0610f9b21bf3ad1199e189ae0f54c'/>
<id>urn:sha1:0520820ce2b0610f9b21bf3ad1199e189ae0f54c</id>
<content type='text'>
- Use USES=tar:xz
- Bump PORTREVISION for package change
- Space/Tab twiddle
</content>
</entry>
<entry>
<title>Update python33: 3.3.4 --&gt; 3.3.5.</title>
<updated>2014-03-10T11:28:55Z</updated>
<author>
<name>Dmitry Sivachenko</name>
<email>demon@FreeBSD.org</email>
</author>
<published>2014-03-10T11:28:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=79cd466b4d840ef7d5fccc6c064bc79962a19dbd'/>
<id>urn:sha1:79cd466b4d840ef7d5fccc6c064bc79962a19dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lang/python33: Update to 3.3.4</title>
<updated>2014-03-04T12:38:02Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-03-04T12:38:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ea56f87d19047e35293dbec61811a10bd0226b72'/>
<id>urn:sha1:ea56f87d19047e35293dbec61811a10bd0226b72</id>
<content type='text'>
- Update to 3.3.4
- Update pkg-plist
- Remove patch-CVE-2014-1912 (upstream)
- Remove patch-issue20374 (upstream)
- Repatch and rename patch-Modules__fcntlmodule.c
- Add patch-issue-20695-Lib__test__test_urllibnet.py (tests) [1]
- Add regression-test target for QA

Changes: 3.3.4 - 09/02/2014

    http://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-4

Extra:

- Update python-doc-html distinfo for Python 3.3 docs
- Update bsd.python.mk to support the new version

[1] http://bugs.python.org/issue20695
</content>
</entry>
</feed>
