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
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
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
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
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&
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
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
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
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
>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
>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
>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
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
> >> ===
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
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
>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
>
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=
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
>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
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
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
>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
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
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
>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:
>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
>
>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:
>
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
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
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
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
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
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
>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
34 matches
Mail list logo