FreeBSD Bugzilla – Attachment 146937 Details for
Bug 192365
x11-toolkits/py-wxPython30 build fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
PR192365.diff (text/plain), 3.13 KB, created by
Antoine Brodin
on 2014-09-06 15:31:54 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2014-09-06 15:31:54 UTC
Size:
3.13 KB
patch
obsolete
>Index: lang/python27/Makefile >=================================================================== >--- lang/python27/Makefile (revision 367440) >+++ lang/python27/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= python27 > PORTVERSION= 2.7.8 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= lang python ipv6 > MASTER_SITES= PYTHON > MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} >Index: lang/python27/files/patch-pr192365 >=================================================================== >--- lang/python27/files/patch-pr192365 (revision 0) >+++ lang/python27/files/patch-pr192365 (working copy) >@@ -0,0 +1,54 @@ >+--- configure.orig 2014-09-06 14:42:50 UTC >++++ configure >+@@ -2919,13 +2919,6 @@ >+ >+ >+ # The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables >+-# certain features on FreeBSD, so we need __BSD_VISIBLE to re-enable >+-# them. >+- >+-$as_echo "#define __BSD_VISIBLE 1" >>confdefs.h >+- >+- >+-# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables >+ # u_int on Irix 5.3. Defining _BSD_TYPES brings it back. >+ >+ $as_echo "#define _BSD_TYPES 1" >>confdefs.h >+@@ -3293,9 +3286,8 @@ >+ # but used in struct sockaddr.sa_family. Reported by Tim Rice. >+ SCO_SV/3.2) >+ define_xopen_source=no;; >+- # On FreeBSD 4, the math functions C89 does not cover are never defined >+- # with _XOPEN_SOURCE and __BSD_VISIBLE does not re-enable them. >+- FreeBSD/4.*) >++ # On FreeBSD, defining _XOPEN_SOURCE to 600 requests a strict environment. >++ FreeBSD/*) >+ define_xopen_source=no;; >+ # On MacOS X 10.2, a bug in ncurses.h means that it craps out if >+ # _XOPEN_EXTENDED_SOURCE is defined. Apparently, this is fixed in 10.3, which >+--- configure.ac.orig 2014-09-06 14:42:50 UTC >++++ configure.ac >+@@ -88,11 +88,6 @@ >+ AC_DEFINE(_NETBSD_SOURCE, 1, [Define on NetBSD to activate all library features]) >+ >+ # The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables >+-# certain features on FreeBSD, so we need __BSD_VISIBLE to re-enable >+-# them. >+-AC_DEFINE(__BSD_VISIBLE, 1, [Define on FreeBSD to activate all library features]) >+- >+-# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables >+ # u_int on Irix 5.3. Defining _BSD_TYPES brings it back. >+ AC_DEFINE(_BSD_TYPES, 1, [Define on Irix to enable u_int]) >+ >+@@ -426,9 +421,8 @@ >+ # but used in struct sockaddr.sa_family. Reported by Tim Rice. >+ SCO_SV/3.2) >+ define_xopen_source=no;; >+- # On FreeBSD 4, the math functions C89 does not cover are never defined >+- # with _XOPEN_SOURCE and __BSD_VISIBLE does not re-enable them. >+- FreeBSD/4.*) >++ # On FreeBSD, defining _XOPEN_SOURCE to 600 requests a strict environment. >++ FreeBSD/*) >+ define_xopen_source=no;; >+ # On MacOS X 10.2, a bug in ncurses.h means that it craps out if >+ # _XOPEN_EXTENDED_SOURCE is defined. Apparently, this is fixed in 10.3, which > >Property changes on: lang/python27/files/patch-pr192365 >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 192365
:
146937
|
147239