[Bug 192002] [maintainer] lang/cython: Update to 0.20.2

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192002

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

 Status|Needs Triage|Patch Ready
 CC||ko...@freebsd.org
   Assignee|freebsd-ports-bugs@FreeBSD. |pyt...@freebsd.org
   |org |
Summary|[maintainer] update |[maintainer] lang/cython:
   |lang/cython from 0.20.1 to  |Update to 0.20.2
   |0.20.2  |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191991] www/chromium fails configure steps

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191991

Rene Ladan r...@freebsd.org changed:

   What|Removed |Added

 CC||freebsd-python@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191991] www/chromium fails configure steps

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191991

--- Comment #2 from Stephen Hurd sh...@freebsd.org ---
I can confirm that my Python2.7 on 10.0-RELEASE-p7 appears to not support
queues:

root@portable:/usr/ports/www/chromium # python
Python 2.7.8 (default, Jul 18 2014, 02:59:47) 
[GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)] on
freebsd10
Type help, copyright, credits or license for more information.
 import multiprocessing
 from multiprocessing import queues
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/local/lib/python2.7/multiprocessing/queues.py, line 48, in
module
from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore,
Condition
  File /usr/local/lib/python2.7/multiprocessing/synchronize.py, line 59, in
module
 function, see issue 3770.)
ImportError: This platform lacks a functioning sem_open implementation,
therefore, the required synchronization primitives needed will not function,
see issue 3770.

Adding the promising-looking --no-parallel to the gyp command-line does not
seem to help though.  Nor does adding no_parallel=1 or parallel=0 to the
defines.

Python 3.3.5 on the same system does seem to have working queues though:

root@portable:/usr/ports/www/chromium # python3
Python 3.3.5 (default, Apr 20 2014, 15:47:23) 
[GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)] on
freebsd10
Type help, copyright, credits or license for more information.
 import multiprocessing
 from multiprocessing import queues
 

But I apparently can't use it to run gyp:

root@portable:/usr/ports/www/chromium # setenv PYTHON_VERSION python3.3
root@portable:/usr/ports/www/chromium # make configure
===  chromium-35.0.1916.153_1 needs Python 2.7 at most. But you specified 3.3.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/chromium

While building python 2.7 with the (non-default) PTH option looks like it would
work, that seems unsatisfactory as a requirement to build Chromium.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191991] www/chromium fails configure steps

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191991

--- Comment #4 from Stephen Hurd sh...@freebsd.org ---
Ah, my options set appears to predate SEM being default.

Do I need to rebuild all dependent ports as well with this?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191991] www/chromium fails configure steps

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191991

--- Comment #5 from Carlos Jacobo Puga Medina cjpug...@gmail.com ---
(In reply to Stephen Hurd from comment #4)
 Ah, my options set appears to predate SEM being default.
 
 Do I need to rebuild all dependent ports as well with this?

There isn't any entry related in /usr/ports/UPDATING, so I think is not
obligatory but recommended in any case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191773] [maintainer] [patch] sysutils/ansible: Add CPE_VENDOR

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191773

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

 Status|Open|Issue Resolved
 Resolution|--- |DUPLICATE

--- Comment #1 from Kubilay Kocak ko...@freebsd.org ---
Superseded by bug 192017

*** This bug has been marked as a duplicate of bug 192017 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192017] [maintainer] [update] [security] sysutils/ansible 1.6.7

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192017

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

 Status|Needs Triage|Patch Ready
 CC||ko...@freebsd.org
   Assignee|freebsd-ports-bugs@FreeBSD. |pyt...@freebsd.org
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 191991] www/chromium fails configure steps

2014-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191991

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

 CC||ko...@freebsd.org

--- Comment #6 from Kubilay Kocak ko...@freebsd.org ---
Carlos is correct, the SEM option was made the default in r361735 [1] for the
following reasons:

- POSIX semaphores are now supported and working in all supported FreeBSD
(GENERIC) releases.

- They are expected and part of a default upstream Python build (unless not
supported by the system, or broken)

- While 'technically' optional in that one *can* disable them with the
appropriate configure argument, it is not exposed in ./configure --help or
otherwise documented as a user-configurable knob.

- To address issues just like this for binary packages (see special note in
commit log below)

[1] https://svnweb.freebsd.org/ports?view=revisionrevision=361735

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org