FreeBSD Bugzilla – Attachment 209079 Details for
Bug 241791
devel/talloc: fails to configure with python 3.8 as default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
devel_talloc.patch (text/plain), 2.10 KB, created by
Yasuhiro Kimura
on 2019-11-11 22:20:35 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2019-11-11 22:20:35 UTC
Size:
2.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 517171) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= talloc >-PORTVERSION= 2.2.0 >+PORTVERSION= 2.3.0 > PORTREVISION= 0 > CATEGORIES= devel > MASTER_SITES= SAMBA >Index: distinfo >=================================================================== >--- distinfo (revision 517171) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1558143287 >-SHA256 (talloc-2.2.0.tar.gz) = 5c6f6a45ef96b3fd0b28942673a68d0c6af5dcca9d676a2e4d57ce7e86c22ebc >-SIZE (talloc-2.2.0.tar.gz) = 633467 >+TIMESTAMP = 1573498827 >+SHA256 (talloc-2.3.0.tar.gz) = 75d5bcb34482545a82ffb06da8f6c797f963a0da450d0830c669267b14992fc6 >+SIZE (talloc-2.3.0.tar.gz) = 642364 >Index: files/patch-buildtools_wafsamba_samba__autoconf.py >=================================================================== >--- files/patch-buildtools_wafsamba_samba__autoconf.py (revision 517171) >+++ files/patch-buildtools_wafsamba_samba__autoconf.py (working copy) >@@ -1,4 +1,4 @@ >---- buildtools/wafsamba/samba_autoconf.py.orig 2019-03-21 10:12:32 UTC >+--- buildtools/wafsamba/samba_autoconf.py.orig 2019-09-03 13:59:55 UTC > +++ buildtools/wafsamba/samba_autoconf.py > @@ -573,7 +573,7 @@ def library_flags(self, libs): > >@@ -26,11 +26,10 @@ > > if not res: > if mandatory: >-@@ -925,6 +928,5 @@ def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(c >+@@ -944,5 +947,5 @@ def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(conf): > conf.env.undefined_ldflags = conf.ADD_LDFLAGS('-Wl,-no-undefined', testflags=True) > >- if not sys.platform.startswith("openbsd") and conf.env.undefined_ignore_ldflags == []: >-- if conf.CHECK_LDFLAGS(['-undefined', 'dynamic_lookup']): >-+ if conf.CHECK_LDFLAGS(['-undefined', 'dynamic_lookup'] + conf.env.WERROR_CFLAGS): >+ if (conf.env.undefined_ignore_ldflags == [] and >+- conf.CHECK_LDFLAGS(['-undefined', 'dynamic_lookup'])): >++ conf.CHECK_LDFLAGS(['-undefined', 'dynamic_lookup'] + conf.env.WERROR_CFLAGS)): > conf.env.undefined_ignore_ldflags = ['-undefined', 'dynamic_lookup'] >--
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 241791
: 209079