FreeBSD Bugzilla – Attachment 132587 Details for
Bug 176917
[MAINTAINER] devel/py-billiard: update to 2.7.3.22
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-billiard.patch
py-billiard.patch (text/plain), 2.09 KB, created by
William Grzybowski
on 2013-03-13 12:50:01 UTC
(
hide
)
Description:
py-billiard.patch
Filename:
MIME Type:
Creator:
William Grzybowski
Created:
2013-03-13 12:50:01 UTC
Size:
2.09 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 314074) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= billiard >-PORTVERSION= 2.7.3.21 >+PORTVERSION= 2.7.3.22 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: distinfo >=================================================================== >--- distinfo (revision 314074) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (billiard-2.7.3.21.tar.gz) = 1a72a6f2127e3572f4ba40cb64bd5d078111520c2c080f1fb08daf217c483be5 >-SIZE (billiard-2.7.3.21.tar.gz) = 125890 >+SHA256 (billiard-2.7.3.22.tar.gz) = 061110eb4634a2b01844b4548c9f88f5e8bde914177e2385c3c628b8b348c7b5 >+SIZE (billiard-2.7.3.22.tar.gz) = 126489 >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 314074) >+++ files/patch-setup.py (working copy) >@@ -1,30 +0,0 @@ >-diff --git setup.py setup.py >-index 41dc3ec..078ce12 100644 >---- setup.py >-+++ setup.py >-@@ -6,6 +6,7 @@ try: >- from setuptools import setup, Extension, find_packages >- except ImportError: >- from distutils.core import setup, Extension, find_packages # noqa >-+from distutils import sysconfig >- from distutils.errors import ( >- CCompilerError, >- DistutilsExecError, >-@@ -119,7 +120,7 @@ elif sys.platform in ('freebsd4', 'freebsd5', 'freebsd6'): >- libraries = [] >- elif sys.platform in ('freebsd7', 'freebsd8', 'freebsd9', 'freebsd10'): >- macros = dict( # FreeBSD 7+ >-- HAVE_SEM_OPEN=1, >-+ HAVE_SEM_OPEN=int(sysconfig.get_config_var('HAVE_SEM_OPEN') and not bool(sysconfig.get_config_var('POSIX_SEMAPHORES_NOT_ENABLED'))), >- HAVE_SEM_TIMEDWAIT=1, >- HAVE_FD_TRANSFER=1, >- ) >-@@ -221,7 +222,7 @@ def run_setup(with_extensions=True): >- >- try: >- run_setup(not (is_jython or is_pypy or is_py3k)) >--except (Exception, SystemExit): >-+except (Exception): >- import traceback >- sys.stderr.write(BUILD_WARNING % '\n'.join(traceback.format_stack(), )) >- run_setup(False)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176917
: 132587