<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python33, 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>lang/python{27,33,34}: Backport fix for upstream Issue #21166</title>
<updated>2014-08-23T03:53:25Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-08-23T03:53:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3e8425cb1e6f88545b8e2bb7a81fd25ddd5765ab'/>
<id>urn:sha1:3e8425cb1e6f88545b8e2bb7a81fd25ddd5765ab</id>
<content type='text'>
Backport fix for upstream Issue #21166:

Prevent possible segfaults and other random failures of python
--generate-posix-vars in pybuilddir.txt build target by ensuring
that pybuilddir.txt is always regenerated when configure is run and
that the newly built skeleton python does not inadvertently import
modules from previously installed instances. [1]

This changeset has been committed for release in 2.7.9, 3.4.2, and 3.5.0.

A HUGE thank you to Ned Deily from the Python Core Development Team
for helping to identify the underlying cause, produce a fix and
wonderfully document the explanation.

[1] http://bugs.python.org/issue21166
</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>Drop some %%PORTDATA%%</title>
<updated>2014-07-20T19:57:14Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-07-20T19:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=47334312c6d1723bdfe92e4ae5a7eb48dbb271d2'/>
<id>urn:sha1:47334312c6d1723bdfe92e4ae5a7eb48dbb271d2</id>
<content type='text'>
With hat:	portmgr
</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}: Fix stage/package as non-root</title>
<updated>2014-04-22T12:14:26Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-04-22T12:14:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aab3da8d2a0a8217ca1350b9d140834e2c7ed0ad'/>
<id>urn:sha1:aab3da8d2a0a8217ca1350b9d140834e2c7ed0ad</id>
<content type='text'>
Copy the second part of a change previously made to python27 [1], to
python31, python32 and python33.

This fixes staging and packaging of these ports by a non-root user by
running ranlib on the archive prior to it being installed read-only.

While I'm here:

- python27: Add breadcrumbs and references to the patch header
- python34: Update breadcrumbs and references to the patch header

[1] https://svnweb.freebsd.org/ports?view=revision&amp;revision=350207

Submitted by:	antoine
Reviewed by:	kwm, sbz
</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>
</feed>
