Index: devel/talloc/Makefile =================================================================== --- devel/talloc/Makefile (revision 516963) +++ devel/talloc/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: devel/talloc/distinfo =================================================================== --- devel/talloc/distinfo (revision 516963) +++ devel/talloc/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 = 1573152899 +SHA256 (talloc-2.3.0.tar.gz) = 75d5bcb34482545a82ffb06da8f6c797f963a0da450d0830c669267b14992fc6 +SIZE (talloc-2.3.0.tar.gz) = 642364 Index: devel/talloc/files/patch-buildtools_wafsamba_samba__autoconf.py =================================================================== --- devel/talloc/files/patch-buildtools_wafsamba_samba__autoconf.py (revision 516963) +++ devel/talloc/files/patch-buildtools_wafsamba_samba__autoconf.py (working copy) @@ -1,6 +1,6 @@ ---- buildtools/wafsamba/samba_autoconf.py.orig 2019-03-21 10:12:32 UTC -+++ buildtools/wafsamba/samba_autoconf.py -@@ -573,7 +573,7 @@ def library_flags(self, libs): +--- buildtools/wafsamba/samba_autoconf.py.orig 2019-09-03 16:59:55.000000000 +0300 ++++ buildtools/wafsamba/samba_autoconf.py 2019-11-07 22:09:56.352988000 +0300 +@@ -573,7 +573,7 @@ @conf @@ -9,7 +9,7 @@ '''check if a set of libraries exist as system libraries returns the sublist of libs that do exist as a syslib or [] -@@ -593,11 +593,14 @@ int foo() +@@ -593,11 +593,14 @@ ret.append(lib) continue @@ -26,11 +26,10 @@ if not res: if mandatory: -@@ -925,6 +928,5 @@ def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(c +@@ -944,5 +947,5 @@ 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'] --