Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2019 12:54:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518228 - in head/devel/tevent: . files
Message-ID:  <201911231254.xANCsA46009814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Nov 23 12:54:10 2019
New Revision: 518228
URL: https://svnweb.freebsd.org/changeset/ports/518228

Log:
  - Update to 0.10.1, fixing build with python 3.8
  - Update WWW
  
  PR:		241809
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (timur, 2 weeks)

Modified:
  head/devel/tevent/Makefile
  head/devel/tevent/distinfo
  head/devel/tevent/files/patch-buildtools_wafsamba_samba__autoconf.py
  head/devel/tevent/pkg-descr

Modified: head/devel/tevent/Makefile
==============================================================================
--- head/devel/tevent/Makefile	Sat Nov 23 12:54:04 2019	(r518227)
+++ head/devel/tevent/Makefile	Sat Nov 23 12:54:10 2019	(r518228)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=		tevent
-PORTVERSION=		0.10.0
+PORTVERSION=		0.10.1
 PORTREVISION=		0
 PORTEPOCH=		0
 CATEGORIES=		devel

Modified: head/devel/tevent/distinfo
==============================================================================
--- head/devel/tevent/distinfo	Sat Nov 23 12:54:04 2019	(r518227)
+++ head/devel/tevent/distinfo	Sat Nov 23 12:54:10 2019	(r518228)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560369699
-SHA256 (tevent-0.10.0.tar.gz) = 33f39612cd6d1ae6a737245784581494846f5bb07827983d2f41f942446aa4e6
-SIZE (tevent-0.10.0.tar.gz) = 794845
+TIMESTAMP = 1573751183
+SHA256 (tevent-0.10.1.tar.gz) = 79a4da68b38b86ac71d8ac824ee3605ab22a6a91cfa83033a7db73f3dd6910b6
+SIZE (tevent-0.10.1.tar.gz) = 804125

Modified: head/devel/tevent/files/patch-buildtools_wafsamba_samba__autoconf.py
==============================================================================
--- head/devel/tevent/files/patch-buildtools_wafsamba_samba__autoconf.py	Sat Nov 23 12:54:04 2019	(r518227)
+++ head/devel/tevent/files/patch-buildtools_wafsamba_samba__autoconf.py	Sat Nov 23 12:54:10 2019	(r518228)
@@ -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-04 15:42:16 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
+@@ -949,5 +952,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']
--

Modified: head/devel/tevent/pkg-descr
==============================================================================
--- head/devel/tevent/pkg-descr	Sat Nov 23 12:54:04 2019	(r518227)
+++ head/devel/tevent/pkg-descr	Sat Nov 23 12:54:10 2019	(r518228)
@@ -5,4 +5,4 @@ descriptors becoming readable or writable and signals.
 Talloc is used for memory management, both internally and for private
 data provided by users of the library.
 
-WWW: http://www.samba.org/
+WWW: https://tevent.samba.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911231254.xANCsA46009814>