imageop.so & rbgimg.so 32BIT_ONLY, not X86_ONLY?

2008-12-19 Thread John Hein
I just built python on arm and it installed lib-dynload/imageop.so & lib-dynload/rbgimg.so. However, they are marked X86_ONLY in pkg-plist (in all python2x ports). They were installed since the test in setup.py is ... ./setup.py-# Disabled on 64-bit platforms ./setup.py-if sys.ma

[patch] fix EOPNOTSUPP for copy2/copystat in python2.6

2010-07-27 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] fix EOPNOTSUPP for copy2/copystat in python2.6 >Severity: non-critical >Priority: medium >Category: ports >Class: sw-bug >Release

Re: ports/149005: [patch] fix EOPNOTSUPP for copy2/copystat in lang/python2.6

2010-09-26 Thread John Hein
The following reply was made to PR ports/149005; it has been noted by GNATS. From: John Hein To: bug-follo...@freebsd.org Cc: freebsd-ports-b...@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: ports/149005: [patch] fix EOPNOTSUPP for copy2/copystat in lang/python2.6 Date: Sun, 26 Sep

Re: ports/149005: [patch] fix EOPNOTSUPP for copy2/copystat in lang/python2.6

2010-09-26 Thread John Hein
This PR can be closed. The patch was merged to python 2.6.6 upstream, and lang/python2.6 was updated to 2.6.6 on 2010-09-12 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail

[patch] update lang/python-doc-*

2010-11-12 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: update python-doc-* >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: >Environment: >Description:

[NEW PORT] lang/python-doc-text: Documentation for the Python programming language

2010-11-12 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [NEW PORT] lang/python-doc-text: Documentation for the Python >programming language >Severity: non-critical >Priority: low >Category: ports >

[patch] fix installed permissions for lang/python27

2010-11-13 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] fix installed permissions for lang/python27 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: >

Re: FreeBSD Port: python27-2.7.0_1

2010-11-13 Thread John Hein
John Hein wrote at 15:55 MDT on Oct 30, 2010: > Maxim Khitrov wrote at 15:42 -0400 on Oct 30, 2010: > > On Sat, Oct 30, 2010 at 2:46 PM, Sylvain Garrigues > wrote: > > > Hello, > > > > > > I am using FreeBSD 8.1 and I would like to know the reaso

Re: ports/152224: [patch] fix installed permissions for lang/python27

2010-11-14 Thread John Hein
The following reply was made to PR ports/152224; it has been noted by GNATS. From: John Hein To: Anonymous , bug-follo...@freebsd.org Cc: Subject: Re: ports/152224: [patch] fix installed permissions for lang/python27 Date: Sun, 14 Nov 2010 15:19:33 -0700 --CJa2am+ero Content-Type: text

Re: ports/152224: [patch] fix installed permissions for ?lang/python27

2010-11-15 Thread John Hein
Oliver Fromme wrote at 18:35 +0100 on Nov 15, 2010: > Anonymous wrote: > > John Hein writes: > > > +post-extract: > > > +# The distribution tarball for python 2.7 has permission bits for > 'others' > > > +# set to 0. Later during ins

Re: ports/152224: [patch] fix installed permissions for ?lang/python27

2010-11-15 Thread John Hein
The following reply was made to PR ports/152224; it has been noted by GNATS. From: John Hein To: Oliver Fromme Cc: Anonymous , pyt...@freebsd.org, bug-follo...@freebsd.org Subject: Re: ports/152224: [patch] fix installed permissions for ?lang/python27 Date: Mon, 15 Nov 2010 11:21:06

Re: ports/152224: [patch] fix installed permissions for lang/python27

2010-11-28 Thread John Hein
The following reply was made to PR ports/152224; it has been noted by GNATS. From: John Hein To: bug-follo...@freebsd.org Cc: freebsd-python@FreeBSD.org Subject: Re: ports/152224: [patch] fix installed permissions for lang/python27 Date: Sun, 28 Nov 2010 17:23:48 -0700 --8qxSgvgPz6 Content

Re: ports/152224: [patch] fix installed permissions for lang/python27

2010-11-28 Thread John Hein
This patch is still needed for python 2.7.1 The 2.7.1 distribution tarball doesn't have 'other' permissions set, so the post-extract is still needed. The second part that uses --no-same-owner with tar in post-install is still needed in general to avoid having the installed files owned by the buil

[patch] update lang/python-doc-* for python 2.7.1

2010-11-30 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] update python-doc-* for python 2.7.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: >Environm

Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored

2012-04-11 Thread John Hein
Ruslan Mahmatkhanov wrote at 17:24 +0400 on Apr 11, 2012: > m...@freebsd.org wrote on 11.04.2012 17:17: > > Synopsis: Mk/bsd.python.mk: PYTHON_VERSION is ignored > > > > State-Changed-From-To: open->closed > > State-Changed-By: miwi > > State-Changed-When: Wed Apr 11 13:17:46 UTC 2012 > > St

Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored

2012-04-11 Thread John Hein
John Hein wrote at 13:22 -0600 on Apr 11, 2012: > Ruslan Mahmatkhanov wrote at 17:24 +0400 on Apr 11, 2012: > > m...@freebsd.org wrote on 11.04.2012 17:17: > > > Synopsis: Mk/bsd.python.mk: PYTHON_VERSION is ignored > > > > > > State-Changed-From-To: o

Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored

2012-04-11 Thread John Hein
The following reply was made to PR ports/159215; it has been noted by GNATS. From: John Hein To: Ruslan Mahmatkhanov Cc: , , , Subject: Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored Date: Wed, 11 Apr 2012 13:22:17 -0600 Ruslan Mahmatkhanov wrote at 17:24 +0400 on Apr

Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored

2012-04-11 Thread John Hein
The following reply was made to PR ports/159215; it has been noted by GNATS. From: John Hein To: Ruslan Mahmatkhanov Cc: , , , Subject: Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored Date: Wed, 11 Apr 2012 13:28:38 -0600 John Hein wrote at 13:22 -0600 on Apr 11, 2012

Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored

2012-04-11 Thread John Hein
Mel Flynn wrote at 21:47 +0200 on Apr 11, 2012: > On 4/11/2012 21:22, John Hein wrote: > > > But (#1) neither work because bsd.port.pre.mk defines PYTHON_PORTSDIR > > before the new python version can be set by the ARCH == amd64 test. > > > > But (#2) you can&

Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored

2012-04-11 Thread John Hein
The following reply was made to PR ports/159215; it has been noted by GNATS. From: John Hein To: Mel Flynn Cc: Ruslan Mahmatkhanov , , , , Subject: Re: ports/159215: Mk/bsd.python.mk: PYTHON_VERSION is ignored Date: Wed, 11 Apr 2012 13:55:25 -0600 Mel Flynn wrote at 21:47 +0200 on

Re: /usr/local/share/python2.7/Tools permissions

2012-05-21 Thread John Hein
Dmitry Sivachenko wrote at 18:46 +0400 on May 4, 2012: > PS: the same permission problem with /usr/local/share/examples/python2.7/ > content. > > On 04.05.2012 18:42, Dmitry Sivachenko wrote: > > Hello! > > > > /usr/local/share/python2.7/Tools directory and all its content has no > > 'oth

Re: Python conflicting with other python when installed from packages

2012-06-05 Thread John Hein
Ruslan Mahmatkhanov wrote at 16:14 +0400 on Jun 5, 2012: > Baptiste Daroussin wrote on 05.06.2012 16:07: > > Hi, > > > > With pkgng build on pointyhat I discovered that all the python packages > > when > > built on pointyhat, tinderbox or even poudriere all conflicts which each > > other

Re: Python conflicting with other python when installed from packages

2012-06-05 Thread John Hein
Ruslan Mahmatkhanov wrote at 21:42 +0400 on Jun 5, 2012: > John Hein wrote on 05.06.2012 21:09: > > Ruslan Mahmatkhanov wrote at 16:14 +0400 on Jun 5, 2012: > > > Packages that using 2to3 to convert their code on install to be > > python3 > > > com

[PATCH] devel/mercurial: update to 2.2.3

2012-07-05 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [PATCH] devel/mercurial: update to 2.2.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: >Envir

[PATCH] devel/mercurial: update to 2.3

2012-08-08 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [PATCH] devel/mercurial: update to 2.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: >Environmen

[patch] update devel/mercurial to 2.5.1

2013-02-12 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] update devel/mercurial to 2.5.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: >Environmen

Re: PYDISTUTILS_AUTOPLIST, stage, man pages

2013-10-18 Thread John Hein
Marcus von Appen wrote at 09:39 +0200 on Oct 18, 2013: > Andriy Gapon : > > > on 18/10/2013 09:44 Marcus von Appen said the following: > >> Can you give the following change to Mk/bsd.python.mk a try: > >> > >> Index: Mk/bsd.python.mk > >> ===

Re: ports/184339: lang/python27 does not allow unsetting NLS (or other options)

2013-12-05 Thread John Hein
It's something of a complicated interaction. But the reason you see a difference in lang/python27 vs. say, lang/gcc boils down to having OPTIONS_FILE_SET+=NLS in the saved options file _and_ NLS in OPTIONS_DEFINE. If so, bsd.options.mk overrides the WITHOUT_NLS setting. This could be considered

Re: ports/184339: lang/python27 does not allow unsetting NLS (or other options)

2013-12-05 Thread John Hein
The following reply was made to PR ports/184339; it has been noted by GNATS. From: John Hein To: bug-follo...@freebsd.org Cc: , , Subject: Re: ports/184339: lang/python27 does not allow unsetting NLS (or other options) Date: Thu, 5 Dec 2013 13:04:30 -0700 It's something of a compli

[PATCH] devel/py27-dateutil: fix non-root build, other updates

2014-01-24 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [PATCH] devel/py27-dateutil: fix non-root build, other updates >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >

Re: ports/186088: [PATCH] devel/py27-dateutil: fix non-root build, other updates

2014-01-24 Thread John Hein
Updated patch to remove egg-info stuff from pkg-plist as it is automatically added when using USE_PYDISTUTILS=yes. Index: Makefile === --- Makefile(revision 340890) +++ Makefile(working copy) @@ -3,7 +3,7 @@ PORTNAME=

[patch] fix PYTHON_VERSION in py-setuptoolsXX

2014-04-11 Thread John Hein
The current settings in py-setuptools{27,32,33,34}/Makefile for PYTHON_VERSION are wrong (X.Y instead of pythonX.Y), but sort of work by chance rather than design. If it weren't for some unintended luck from the way _PYTHON_VERSION is set and the .MAKEFLAGS line in bsd.python.mk that forcibly sets

[patch] devel/py-setuptoolXY: fix PYTHON_VERSION

2014-04-11 Thread John Hein
>Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Releas

Re: Make python27 build as an unprivileged user

2014-04-12 Thread John Hein
Antoine Brodin wrote at 11:57 +0200 on Apr 4, 2014: > On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino wrote: > > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: > >> koobs' new python34 port (not committed yet) packages fine as non > >> root, so it seems doable. > > > > Sorry but I don