--- devel/tevent/Makefile (revision 516963) +++ devel/tevent/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tevent -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= devel --- devel/tevent/distinfo (revision 516963) +++ devel/tevent/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560369699 -SHA256 (tevent-0.10.0.tar.gz) = 33f39612cd6d1ae6a737245784581494846f5bb07827983d2f41f942446aa4e6 -SIZE (tevent-0.10.0.tar.gz) = 794845 +TIMESTAMP = 1573155691 +SHA256 (tevent-0.10.1.tar.gz) = 79a4da68b38b86ac71d8ac824ee3605ab22a6a91cfa83033a7db73f3dd6910b6 +SIZE (tevent-0.10.1.tar.gz) = 804125 --- devel/tevent/files/patch-buildtools_wafsamba_samba__autoconf.py (revision 516963) +++ devel/tevent/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'] --