<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python34, 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-25T07:59:45Z</updated>
<entry>
<title>lang/python34: Fix build when semaphores are not enabled</title>
<updated>2014-08-25T07:59:45Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-08-25T07:59:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c0cd7bc6cc2dfdb0f553197f8cd91bcfc804e7d3'/>
<id>urn:sha1:c0cd7bc6cc2dfdb0f553197f8cd91bcfc804e7d3</id>
<content type='text'>
Backport fix [1] for upstream Python Issue #21704 [2]: Fix build error for
_multiprocessing when semaphores are not available.

The symptom was originally reported by RedPorts 8.4-QAT/i386,
ultimately resulting in a packaging error:

  ...
  checking for sem_open... yes
  checking for sem_timedwait... yes
  checking for sem_getvalue... yes
  checking for sem_unlink... yes
  ...
  checking whether POSIX semaphores are enabled... no
  checking for broken sem_getvalue... yes
  ...

  *** WARNING: renaming "_multiprocessing" since importing it failed:
  build/lib.freebsd-8.4-RELEASE-i386-3.4/_multiprocessing.so: Undefined
  symbol "_PyMp_sem_unlink"

  ...

  pkg-static: lstat(/work/a/ports/lang/python34/work/stage/usr/local/lib/
  python3.4/lib-dynload/_multiprocessing.so): No such file or directory

Something is funny for Jail-based systems when it comes to host/jail
semaphore detection. A config.log would be handy to help determine why.

[1] http://hg.python.org/cpython/rev/f618f6739200
[2] http://bugs.python.org/issue21704
</content>
</entry>
<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-01T15:52:42Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-08-01T15:52:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=91097651ff6cd6a82264b1ba0f4d4d0a2207c8c3'/>
<id>urn:sha1:91097651ff6cd6a82264b1ba0f4d4d0a2207c8c3</id>
<content type='text'>
  preparatory step to convert bsd.python.mk into a USES file.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Use buildbottest in the regression-test: target

Phabric:		D409
Reviewed by:	koobs, sbz
With hat:		python@
</content>
</entry>
<entry>
<title>Fix plist without THREADS option.</title>
<updated>2014-07-15T20:42:06Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2014-07-15T20:42:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a2b38dd4eb0eb37adfbb289f84c04255f83ce1ee'/>
<id>urn:sha1:a2b38dd4eb0eb37adfbb289f84c04255f83ce1ee</id>
<content type='text'>
</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>- Create symlinks for non-ABI-suffixed python*-config and ABI-suffixed python-*.pc</title>
<updated>2014-06-16T17:46:41Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-06-16T17:46:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=53857e7276355d50ed71e4251e52d3af239dfbb3'/>
<id>urn:sha1:53857e7276355d50ed71e4251e52d3af239dfbb3</id>
<content type='text'>
- Fix DISABLED_EXTENSIONS extension patch, autoconf is not used so configure has to be patched

Phabric:	D225
Reviewed by:	koobs
</content>
</entry>
<entry>
<title>Update python34 port 3.4.0 --&gt; 3.4.1.</title>
<updated>2014-06-02T12:36:51Z</updated>
<author>
<name>Dmitry Sivachenko</name>
<email>demon@FreeBSD.org</email>
</author>
<published>2014-06-02T12:36:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0e33c724df76cb5077f866c2c68c8fe5deee0637'/>
<id>urn:sha1:0e33c724df76cb5077f866c2c68c8fe5deee0637</id>
<content type='text'>
Reviewed by:	koobs
</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>
</feed>
