From owner-svn-ports-branches@freebsd.org Sun Feb 14 09:47:00 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E656E529207; Sun, 14 Feb 2021 09:47:00 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ddj7S69c9z4nyQ; Sun, 14 Feb 2021 09:47:00 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6D0627FBA; Sun, 14 Feb 2021 09:47:00 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11E9l0Bu025525; Sun, 14 Feb 2021 09:47:00 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11E9l0nS025522; Sun, 14 Feb 2021 09:47:00 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <202102140947.11E9l0nS025522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 14 Feb 2021 09:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565215 - branches/2021Q1/graphics/gd X-SVN-Group: ports-branches X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: branches/2021Q1/graphics/gd X-SVN-Commit-Revision: 565215 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 09:47:01 -0000 Author: dinoex Date: Sun Feb 14 09:46:59 2021 New Revision: 565215 URL: https://svnweb.freebsd.org/changeset/ports/565215 Log: MFH: r565034 - update to 2.3.1 - fix regression on empty strings PR: 253460 Modified: branches/2021Q1/graphics/gd/Makefile branches/2021Q1/graphics/gd/distinfo branches/2021Q1/graphics/gd/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/gd/Makefile ============================================================================== --- branches/2021Q1/graphics/gd/Makefile Sun Feb 14 09:35:42 2021 (r565214) +++ branches/2021Q1/graphics/gd/Makefile Sun Feb 14 09:46:59 2021 (r565215) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgd -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES+= graphics Modified: branches/2021Q1/graphics/gd/distinfo ============================================================================== --- branches/2021Q1/graphics/gd/distinfo Sun Feb 14 09:35:42 2021 (r565214) +++ branches/2021Q1/graphics/gd/distinfo Sun Feb 14 09:46:59 2021 (r565215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587757003 -SHA256 (libgd-2.3.0.tar.xz) = ecd9155b9a417fb3f837f29e5966323796de247789163761dd72dbf83bfcac58 -SIZE (libgd-2.3.0.tar.xz) = 2539188 +TIMESTAMP = 1613146049 +SHA256 (libgd-2.3.1.tar.xz) = 9767917d9f818faec4ddd763fe4a4ad9f6322c3d25da290ab2ea3e2ce4b52a7b +SIZE (libgd-2.3.1.tar.xz) = 2632076 Modified: branches/2021Q1/graphics/gd/pkg-plist ============================================================================== --- branches/2021Q1/graphics/gd/pkg-plist Sun Feb 14 09:35:42 2021 (r565214) +++ branches/2021Q1/graphics/gd/pkg-plist Sun Feb 14 09:46:59 2021 (r565215) @@ -29,5 +29,5 @@ lib/libgd.a lib/libgd.la lib/libgd.so lib/libgd.so.6 -lib/libgd.so.6.0.8 +lib/libgd.so.6.0.9 libdata/pkgconfig/gdlib.pc From owner-svn-ports-branches@freebsd.org Sun Feb 14 16:32:42 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0530D534C76; Sun, 14 Feb 2021 16:32:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ddt7Y6fSKz3mdB; Sun, 14 Feb 2021 16:32:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D74FF5C47; Sun, 14 Feb 2021 16:32:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11EGWf4W076762; Sun, 14 Feb 2021 16:32:41 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11EGWfZO076760; Sun, 14 Feb 2021 16:32:41 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202102141632.11EGWfZO076760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 14 Feb 2021 16:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565247 - branches/2021Q1/graphics/py-cairo X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2021Q1/graphics/py-cairo X-SVN-Commit-Revision: 565247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 16:32:42 -0000 Author: lwhsu Date: Sun Feb 14 16:32:41 2021 New Revision: 565247 URL: https://svnweb.freebsd.org/changeset/ports/565247 Log: MFH: r565246 graphics/py-cairo: Drop '2' in COMMENT and pkg-descr This port works with Python 3 Modified: branches/2021Q1/graphics/py-cairo/Makefile branches/2021Q1/graphics/py-cairo/pkg-descr Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/py-cairo/Makefile ============================================================================== --- branches/2021Q1/graphics/py-cairo/Makefile Sun Feb 14 16:30:44 2021 (r565246) +++ branches/2021Q1/graphics/py-cairo/Makefile Sun Feb 14 16:32:41 2021 (r565247) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= desktop@FreeBSD.org -COMMENT= Python 2 bindings for Cairo +COMMENT= Python bindings for Cairo LICENSE= LGPL21 MPL11 LICENSE_COMB= multi Modified: branches/2021Q1/graphics/py-cairo/pkg-descr ============================================================================== --- branches/2021Q1/graphics/py-cairo/pkg-descr Sun Feb 14 16:30:44 2021 (r565246) +++ branches/2021Q1/graphics/py-cairo/pkg-descr Sun Feb 14 16:32:41 2021 (r565247) @@ -1,3 +1,3 @@ -Python 2 bindings for Cairo. +Python bindings for Cairo. WWW: https://github.com/pygobject/pycairo From owner-svn-ports-branches@freebsd.org Sun Feb 14 16:43:08 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E27F6535505; Sun, 14 Feb 2021 16:43:08 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdtMc67Psz3mpg; Sun, 14 Feb 2021 16:43:08 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C529B5AA8; Sun, 14 Feb 2021 16:43:08 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11EGh8O2082801; Sun, 14 Feb 2021 16:43:08 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11EGh8pu082800; Sun, 14 Feb 2021 16:43:08 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202102141643.11EGh8pu082800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 14 Feb 2021 16:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565249 - branches/2021Q1/multimedia/arcan X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2021Q1/multimedia/arcan X-SVN-Commit-Revision: 565249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 16:43:08 -0000 Author: pkubaj Date: Sun Feb 14 16:43:08 2021 New Revision: 565249 URL: https://svnweb.freebsd.org/changeset/ports/565249 Log: MFH: r565248 multimedia/arcan: fix build on powerpc64* lang/luajit is not available on powerpc64 and powerpc64le. Modified: branches/2021Q1/multimedia/arcan/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/multimedia/arcan/Makefile ============================================================================== --- branches/2021Q1/multimedia/arcan/Makefile Sun Feb 14 16:42:12 2021 (r565248) +++ branches/2021Q1/multimedia/arcan/Makefile Sun Feb 14 16:43:08 2021 (r565249) @@ -75,6 +75,12 @@ WAYLAND_USES= xorg WAYLAND_USE= XORG=xcb WAYLAND_CMAKE_BOOL_OFF= DISABLE_WAYLAND +.include + +.if ${ARCH:Mpowerpc64*} +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty +.endif + post-patch: @${REINPLACE_CMD} -i.prefix 's,/usr/local,${PREFIX},g' \ ${WRKSRC:H}/doc/${PORTNAME}.1 \ From owner-svn-ports-branches@freebsd.org Sun Feb 14 16:45:42 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E8355351E4; Sun, 14 Feb 2021 16:45:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdtQY6phPz3nQb; Sun, 14 Feb 2021 16:45:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC80A5863; Sun, 14 Feb 2021 16:45:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11EGjfam083122; Sun, 14 Feb 2021 16:45:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11EGjfng083120; Sun, 14 Feb 2021 16:45:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102141645.11EGjfng083120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 14 Feb 2021 16:45:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565251 - branches/2021Q1/www/gallery-dl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/www/gallery-dl X-SVN-Commit-Revision: 565251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 16:45:42 -0000 Author: jbeich Date: Sun Feb 14 16:45:41 2021 New Revision: 565251 URL: https://svnweb.freebsd.org/changeset/ports/565251 Log: MFH: r565250 www/gallery-dl: update to 1.16.5 Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.16.5 Reported by: GitHub (watch releases) Modified: branches/2021Q1/www/gallery-dl/Makefile branches/2021Q1/www/gallery-dl/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/gallery-dl/Makefile ============================================================================== --- branches/2021Q1/www/gallery-dl/Makefile Sun Feb 14 16:45:01 2021 (r565250) +++ branches/2021Q1/www/gallery-dl/Makefile Sun Feb 14 16:45:41 2021 (r565251) @@ -2,7 +2,7 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.16.4 +DISTVERSION= 1.16.5 CATEGORIES= www # Implicit approval to commit trivial version updates. Modified: branches/2021Q1/www/gallery-dl/distinfo ============================================================================== --- branches/2021Q1/www/gallery-dl/distinfo Sun Feb 14 16:45:01 2021 (r565250) +++ branches/2021Q1/www/gallery-dl/distinfo Sun Feb 14 16:45:41 2021 (r565251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611419699 -SHA256 (mikf-gallery-dl-v1.16.4_GH0.tar.gz) = 92b774e1406b35940861d9bc53f47ace7a096e60410b98560652688c61d8653c -SIZE (mikf-gallery-dl-v1.16.4_GH0.tar.gz) = 336874 +TIMESTAMP = 1613317619 +SHA256 (mikf-gallery-dl-v1.16.5_GH0.tar.gz) = 96217375bb95b76af628c2d9d917cd2a8ade38857f70ceecd7021ae12cbf48b3 +SIZE (mikf-gallery-dl-v1.16.5_GH0.tar.gz) = 340821 From owner-svn-ports-branches@freebsd.org Sun Feb 14 23:30:44 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5696E5410B9; Sun, 14 Feb 2021 23:30:44 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Df3Pw24HCz4kBj; Sun, 14 Feb 2021 23:30:44 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A39F132E2; Sun, 14 Feb 2021 23:30:44 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ENUi6B032828; Sun, 14 Feb 2021 23:30:44 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11ENUhS2032826; Sun, 14 Feb 2021 23:30:43 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202102142330.11ENUhS2032826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 14 Feb 2021 23:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565275 - branches/2021Q1/www/node12 X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2021Q1/www/node12 X-SVN-Commit-Revision: 565275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 23:30:44 -0000 Author: bhughes Date: Sun Feb 14 23:30:43 2021 New Revision: 565275 URL: https://svnweb.freebsd.org/changeset/ports/565275 Log: MFH: r565274 www/node12: Update 12.20.1 -> 12.20.2 https://nodejs.org/en/blog/release/v12.20.2/ Sponsored by: Miles AS Modified: branches/2021Q1/www/node12/Makefile branches/2021Q1/www/node12/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/node12/Makefile ============================================================================== --- branches/2021Q1/www/node12/Makefile Sun Feb 14 23:30:00 2021 (r565274) +++ branches/2021Q1/www/node12/Makefile Sun Feb 14 23:30:43 2021 (r565275) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.20.1 +PORTVERSION= 12.20.2 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: branches/2021Q1/www/node12/distinfo ============================================================================== --- branches/2021Q1/www/node12/distinfo Sun Feb 14 23:30:00 2021 (r565274) +++ branches/2021Q1/www/node12/distinfo Sun Feb 14 23:30:43 2021 (r565275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610308263 -SHA256 (node-v12.20.1.tar.gz) = 5318a5db1484050430371b77dece281a5b078a14e6962e105aa5790bdb3c3bed -SIZE (node-v12.20.1.tar.gz) = 53249523 +TIMESTAMP = 1613340388 +SHA256 (node-v12.20.2.tar.gz) = 47869f9857d40f2ecb42be6c776a8794f4664fb3fb2fdbeb3caad00dc0a36a1f +SIZE (node-v12.20.2.tar.gz) = 53249033 From owner-svn-ports-branches@freebsd.org Mon Feb 15 18:56:12 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 868755360D1; Mon, 15 Feb 2021 18:56:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfYGh3TCZz3CTW; Mon, 15 Feb 2021 18:56:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A56B22850; Mon, 15 Feb 2021 18:56:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FIuCHw051725; Mon, 15 Feb 2021 18:56:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11FIuCYE051723; Mon, 15 Feb 2021 18:56:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102151856.11FIuCYE051723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 15 Feb 2021 18:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565326 - branches/2021Q1/security/tor X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: branches/2021Q1/security/tor X-SVN-Commit-Revision: 565326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 18:56:12 -0000 Author: yuri Date: Mon Feb 15 18:56:11 2021 New Revision: 565326 URL: https://svnweb.freebsd.org/changeset/ports/565326 Log: MFH: r563905 r565148 r565324 security/tor: Update 0.4.4.6 -> 0.4.4.7 Reported by: upstream notification security/tor: Fix build with LibreSSL 3.2 PR: 253486 Submitted by: brnrd security/tor: Update 0.4.4.7 -> 0.4.5.6 Changelog: https://lists.torproject.org/pipermail/tor-announce/2021-February/000214.html - contains major and minor bugfixes and new features. Port options LTTNG,USDT,LOG_DEBUG backported from security/tor-devel. LIB_DEPENDS is fixes in STATIC_TOR option. Reported by: upstream notification Modified: branches/2021Q1/security/tor/Makefile branches/2021Q1/security/tor/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/security/tor/Makefile ============================================================================== --- branches/2021Q1/security/tor/Makefile Mon Feb 15 18:55:43 2021 (r565325) +++ branches/2021Q1/security/tor/Makefile Mon Feb 15 18:56:11 2021 (r565326) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.4.4.6 -PORTREVISION= 1 +DISTVERSION= 0.4.5.6 CATEGORIES= security net MASTER_SITES= TOR @@ -24,13 +23,15 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/i TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC -OPTIONS_GROUP= COMPRESSION -OPTIONS_GROUP_COMPRESSION=ZSTD LZMA +OPTIONS_GROUP= COMPRESSION TRACING +OPTIONS_GROUP_COMPRESSION= ZSTD LZMA +OPTIONS_GROUP_TRACING= LTTNG USDT LOG_DEBUG OPTIONS_DEFAULT=MANPAGES ZSTD LZMA OPTIONS_SUB= yes STATIC_TOR_DESC= Build a static tor TCMALLOC_DESC= Use the tcmalloc memory allocation library COMPRESSION_DESC= Supported compression libraries +TRACING_DESC= Tracing USE_RC_SUBR= tor SUB_FILES= pkg-message @@ -45,10 +46,23 @@ CONFLICTS_INSTALL= tor-devel STATIC_TOR_USES= ssl:build STATIC_TOR_USES_OFF= ssl +# compression options ZSTD_CONFIGURE_ENABLE= zstd ZSTD_CONFIGURE_ENV=TOR_ZSTD_LIBS="${TOR_ZSTD_LIBS}" LZMA_CONFIGURE_ENABLE= lzma +# tracing options +LTTNG_DESC= Build with LTTng-UST instrumentation +LTTNG_USES= localbase +LTTNG_CONFIGURE_ENABLE= tracing-instrumentation-lttng +LTTNG_LIB_DEPENDS= liblttng-ust.so:sysutils/lttng-ust +USDT_DESC= Build with tracing USDT instrumentation +USDT_CONFIGURE_ENABLE= tracing-instrumentation-usdt +USDT_LIB_DEPENDS= liblttng-ust.so:sysutils/lttng-ust +USDT_BROKEN= error: use of undeclared identifier 'tor_circuit': https://gitlab.torproject.org/tpo/core/tor/-/issues/40174#note_2714275 +LOG_DEBUG_DESC= Build with tracing event to debug log +LOG_DEBUG_CONFIGURE_ENABLE= tracing-instrumentation-log-debug + .include .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} @@ -72,6 +86,7 @@ TOR_LIBEVENT_LIBS= ${LOCALBASE}/lib/libevent.a . if ${PORT_OPTIONS:MZSTD} BUILD_DEPENDS+= ${LOCALBASE}/lib/libzstd.a:archivers/zstd TOR_ZSTD_LIBS= ${LOCALBASE}/lib/libzstd.a +LDFLAGS+= -lelf # needed by libexecinfo.a . endif .else CONFIGURE_ARGS+= --enable-linker-hardening @@ -86,7 +101,8 @@ TOR_ZSTD_LIBS= -lzstd .if ${PORT_OPTIONS:MTCMALLOC} CONFIGURE_ARGS+= --with-malloc=tcmalloc .if ${PORT_OPTIONS:MSTATIC_TOR} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libtcmalloc.a:devel/google-perftools +BUILD_DEPENDS+= ${LOCALBASE}/lib/libtcmalloc.a:devel/google-perftools # for static 'tor' executable +RUN_DEPENDS+= google-perftool>0:devel/google-perftools # for a still-dynamic 'tor-gencert' executable LDFLAGS+= -lc++ -lm # required by libtcmalloc.a and isn't cocered by google-perftools' `pkg-config --libs libtcmalloc` output .else LIB_DEPENDS+= libtcmalloc.so:devel/google-perftools @@ -102,8 +118,8 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|lib/tor|db/tor|' \ ${WRKSRC}/src/config/torrc.*.in \ - ${WRKSRC}/doc/tor.1.* \ - ${WRKSRC}/doc/tor.html.in + ${WRKSRC}/doc/man/tor.1.* \ + ${WRKSRC}/doc/man/tor.html.in post-install: @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor ${STAGEDIR}/var/db/tor Modified: branches/2021Q1/security/tor/distinfo ============================================================================== --- branches/2021Q1/security/tor/distinfo Mon Feb 15 18:55:43 2021 (r565325) +++ branches/2021Q1/security/tor/distinfo Mon Feb 15 18:56:11 2021 (r565326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605221558 -SHA256 (tor-0.4.4.6.tar.gz) = 5f154c155803adf5c89e87cab53017b6908c5ebe50c65839e8cf4fbd2abe1fdc -SIZE (tor-0.4.4.6.tar.gz) = 7806477 +TIMESTAMP = 1613411993 +SHA256 (tor-0.4.5.6.tar.gz) = 22cba3794fedd5fa87afc1e512c6ce2c21bc20b4e1c6f8079d832dc1e545e733 +SIZE (tor-0.4.5.6.tar.gz) = 7926711 From owner-svn-ports-branches@freebsd.org Tue Feb 16 00:23:40 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C689754045E; Tue, 16 Feb 2021 00:23:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfhXX4ylsz3w7Y; Tue, 16 Feb 2021 00:23:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D80726D54; Tue, 16 Feb 2021 00:23:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11G0Nepl056349; Tue, 16 Feb 2021 00:23:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11G0NeVQ056348; Tue, 16 Feb 2021 00:23:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102160023.11G0NeVQ056348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 16 Feb 2021 00:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565371 - branches/2021Q1/x11-servers/xwayland-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/x11-servers/xwayland-devel X-SVN-Commit-Revision: 565371 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 00:23:40 -0000 Author: jbeich Date: Tue Feb 16 00:23:40 2021 New Revision: 565371 URL: https://svnweb.freebsd.org/changeset/ports/565371 Log: MFH: r565369 x11-servers/xwayland-devel: update to 1.20.0.839 Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/5429791b1...a4095162c Modified: branches/2021Q1/x11-servers/xwayland-devel/Makefile branches/2021Q1/x11-servers/xwayland-devel/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11-servers/xwayland-devel/Makefile ============================================================================== --- branches/2021Q1/x11-servers/xwayland-devel/Makefile Tue Feb 16 00:23:17 2021 (r565370) +++ branches/2021Q1/x11-servers/xwayland-devel/Makefile Tue Feb 16 00:23:40 2021 (r565371) @@ -2,8 +2,8 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-816 -DISTVERSIONSUFFIX= -g5429791b1 +DISTVERSION= 1.20.0-839 +DISTVERSIONSUFFIX= -ga4095162c CATEGORIES= x11-servers PKGNAMESUFFIX= -devel Modified: branches/2021Q1/x11-servers/xwayland-devel/distinfo ============================================================================== --- branches/2021Q1/x11-servers/xwayland-devel/distinfo Tue Feb 16 00:23:17 2021 (r565370) +++ branches/2021Q1/x11-servers/xwayland-devel/distinfo Tue Feb 16 00:23:40 2021 (r565371) @@ -1,6 +1,6 @@ -TIMESTAMP = 1611928266 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-816-g5429791b1_GH0.tar.gz) = d836b9bd02f6ef181221a14ea564e6e4dc19aa99ce929862173ae805b0103b8d -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-816-g5429791b1_GH0.tar.gz) = 5126934 +TIMESTAMP = 1613378520 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-839-ga4095162c_GH0.tar.gz) = f771884e93dfb81a3ec2b75f48227f54f8f38d44570d1520af0d1fe467200582 +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-839-ga4095162c_GH0.tar.gz) = 5119851 SHA256 (231720f8b212.patch) = ed3db053b86e5c7492cefb9dbb3dd373609f9318a5b848382aac59da322188f0 SIZE (231720f8b212.patch) = 10714 SHA256 (48a7bfeb4687.patch) = ae284622227b317085360f61553bae7fc21a57f4d2b6d4133a6ead0c93b47cee From owner-svn-ports-branches@freebsd.org Tue Feb 16 00:24:07 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5051C540782; Tue, 16 Feb 2021 00:24:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfhY31qBJz3w3Z; Tue, 16 Feb 2021 00:24:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31422272AD; Tue, 16 Feb 2021 00:24:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11G0O6Xq056498; Tue, 16 Feb 2021 00:24:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11G0O6MK056496; Tue, 16 Feb 2021 00:24:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102160024.11G0O6MK056496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 16 Feb 2021 00:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565372 - in branches/2021Q1/graphics/mesa-devel: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1/graphics/mesa-devel: . files X-SVN-Commit-Revision: 565372 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 00:24:07 -0000 Author: jbeich Date: Tue Feb 16 00:24:06 2021 New Revision: 565372 URL: https://svnweb.freebsd.org/changeset/ports/565372 Log: MFH: r565370 graphics/mesa-devel: update to 21.0.b.1739 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/3fc8da13f62...8300bc1f169 Modified: branches/2021Q1/graphics/mesa-devel/Makefile branches/2021Q1/graphics/mesa-devel/distinfo branches/2021Q1/graphics/mesa-devel/files/patch-suffix Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/mesa-devel/Makefile ============================================================================== --- branches/2021Q1/graphics/mesa-devel/Makefile Tue Feb 16 00:23:40 2021 (r565371) +++ branches/2021Q1/graphics/mesa-devel/Makefile Tue Feb 16 00:24:06 2021 (r565372) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-1635 -DISTVERSIONSUFFIX= -g3fc8da13f62 +DISTVERSION= 21.0-branchpoint-1739 +DISTVERSIONSUFFIX= -g8300bc1f169 CATEGORIES= graphics PKGNAMESUFFIX= -devel Modified: branches/2021Q1/graphics/mesa-devel/distinfo ============================================================================== --- branches/2021Q1/graphics/mesa-devel/distinfo Tue Feb 16 00:23:40 2021 (r565371) +++ branches/2021Q1/graphics/mesa-devel/distinfo Tue Feb 16 00:24:06 2021 (r565372) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613172340 -SHA256 (mesa3d-mesa-21.0-branchpoint-1635-g3fc8da13f62_GH0.tar.gz) = b35c83c75321a4fd347a19cd5789cd27e499737ca18d1d8379248b9164e3b3ba -SIZE (mesa3d-mesa-21.0-branchpoint-1635-g3fc8da13f62_GH0.tar.gz) = 22881706 +TIMESTAMP = 1613423827 +SHA256 (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 17ea7c6677120c2a8f21baf54c9df9f9f397ef6b0388445fa6c8948c1927ef68 +SIZE (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 22924025 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 SIZE (9f52b5177728.patch) = 832 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 Modified: branches/2021Q1/graphics/mesa-devel/files/patch-suffix ============================================================================== --- branches/2021Q1/graphics/mesa-devel/files/patch-suffix Tue Feb 16 00:23:40 2021 (r565371) +++ branches/2021Q1/graphics/mesa-devel/files/patch-suffix Tue Feb 16 00:24:06 2021 (r565372) @@ -40,15 +40,15 @@ Library selection is handled by libglvnd and/or libmap endif _xa = get_option('gallium-xa') ---- src/amd/vulkan/meson.build.orig 2021-02-12 19:12:01 UTC +--- src/amd/vulkan/meson.build.orig 2021-02-15 15:47:31 UTC +++ src/amd/vulkan/meson.build -@@ -159,7 +159,7 @@ if with_llvm and with_ld_version_script +@@ -150,7 +150,7 @@ if with_llvm and with_ld_version_script endif libvulkan_radeon = shared_library( - 'vulkan_radeon', + 'vulkan_radeon' + get_option('egl-lib-suffix'), - [libradv_files, radv_entrypoints, amd_vk_format_table_c, sha1_h], + [libradv_files, radv_entrypoints, sha1_h], include_directories : [ inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_amd, inc_amd_common, inc_amd_common_llvm, inc_compiler, inc_util, inc_vulkan_wsi, --- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC From owner-svn-ports-branches@freebsd.org Tue Feb 16 00:58:50 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98F98541BCF; Tue, 16 Feb 2021 00:58:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfjK63sz9z4Vmq; Tue, 16 Feb 2021 00:58:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78031276B8; Tue, 16 Feb 2021 00:58:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11G0wohF075696; Tue, 16 Feb 2021 00:58:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11G0wnhv075694; Tue, 16 Feb 2021 00:58:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102160058.11G0wnhv075694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 16 Feb 2021 00:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565378 - in branches/2021Q1/emulators: yuzu yuzu-qt5 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1/emulators: yuzu yuzu-qt5 X-SVN-Commit-Revision: 565378 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 00:58:50 -0000 Author: jbeich Date: Tue Feb 16 00:58:49 2021 New Revision: 565378 URL: https://svnweb.freebsd.org/changeset/ports/565378 Log: MFH: r565377 emulators/yuzu: update OSS support Changes: https://github.com/kinetiknz/cubeb/compare/5c2cf26...8d53747 Modified: branches/2021Q1/emulators/yuzu-qt5/Makefile branches/2021Q1/emulators/yuzu/Makefile branches/2021Q1/emulators/yuzu/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/yuzu-qt5/Makefile ============================================================================== --- branches/2021Q1/emulators/yuzu-qt5/Makefile Tue Feb 16 00:53:13 2021 (r565377) +++ branches/2021Q1/emulators/yuzu-qt5/Makefile Tue Feb 16 00:58:49 2021 (r565378) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../yuzu Modified: branches/2021Q1/emulators/yuzu/Makefile ============================================================================== --- branches/2021Q1/emulators/yuzu/Makefile Tue Feb 16 00:53:13 2021 (r565377) +++ branches/2021Q1/emulators/yuzu/Makefile Tue Feb 16 00:58:49 2021 (r565378) @@ -2,7 +2,7 @@ PORTNAME= yuzu PORTVERSION= s20201218 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -44,7 +44,7 @@ GH_TUPLE= DarkLordZach:mbedtls:a280e60:mbedtls/externa arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ herumi:xbyak:v5.96:xbyak/externals/xbyak \ - kinetiknz:cubeb:cubeb-0.2-1291-g5c2cf26:cubeb/externals/cubeb \ + kinetiknz:cubeb:cubeb-0.2-1298-g8d53747:cubeb/externals/cubeb \ benhoyt:inih:r52:inih/externals/inih/inih USES= cmake compiler:c++17-lang localbase:ldflags sdl ssl Modified: branches/2021Q1/emulators/yuzu/distinfo ============================================================================== --- branches/2021Q1/emulators/yuzu/distinfo Tue Feb 16 00:53:13 2021 (r565377) +++ branches/2021Q1/emulators/yuzu/distinfo Tue Feb 16 00:58:49 2021 (r565378) @@ -19,8 +19,8 @@ SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = SIZE (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = 59514 SHA256 (herumi-xbyak-v5.96_GH0.tar.gz) = 727f15d3ed786cae255ebfed1829a84a357c0e4856c6304456d77f1b56c3d2c6 SIZE (herumi-xbyak-v5.96_GH0.tar.gz) = 226999 -SHA256 (kinetiknz-cubeb-cubeb-0.2-1291-g5c2cf26_GH0.tar.gz) = d69f3a452fb77290af3a0fdab6eb76775a71ee33fc8870e80a2c25c687745699 -SIZE (kinetiknz-cubeb-cubeb-0.2-1291-g5c2cf26_GH0.tar.gz) = 217669 +SHA256 (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = b5cd93de1ca5c9810594a8ec9ac4a3f7c0014cb5d90827034839405a82553fba +SIZE (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = 218055 SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c7707f871fb4534fb3a48201880 SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808 SHA256 (905e8016a04e.patch) = cecc02f098917ee236ace0a350f37a9ffbb4aae92232f6c105a520476f7b23b5 From owner-svn-ports-branches@freebsd.org Tue Feb 16 12:59:28 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D3B6B537612; Tue, 16 Feb 2021 12:59:28 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg1Jc3r5lz3q9N; Tue, 16 Feb 2021 12:59:28 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69CE0113B8; Tue, 16 Feb 2021 12:59:28 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GCxSAm015933; Tue, 16 Feb 2021 12:59:28 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GCxReJ015931; Tue, 16 Feb 2021 12:59:27 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202102161259.11GCxReJ015931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 16 Feb 2021 12:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565398 - branches/2021Q1/games/bsdgames X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2021Q1/games/bsdgames X-SVN-Commit-Revision: 565398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 12:59:29 -0000 Author: fernape Date: Tue Feb 16 12:59:27 2021 New Revision: 565398 URL: https://svnweb.freebsd.org/changeset/ports/565398 Log: MFH: r564133 games/bsdgames: NO_WERROR fix for FreeBSD 13 * use WITHOUT_WERROR instead of NO_WERROR * remove noop REINPLACE statements * moves the wump.info out of the pkg-plist into the Makefile PR: 252941 Submitted by: jockl@pianojockl.org (maintainer) Modified: branches/2021Q1/games/bsdgames/Makefile branches/2021Q1/games/bsdgames/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/games/bsdgames/Makefile ============================================================================== --- branches/2021Q1/games/bsdgames/Makefile Tue Feb 16 12:26:24 2021 (r565397) +++ branches/2021Q1/games/bsdgames/Makefile Tue Feb 16 12:59:27 2021 (r565398) @@ -17,46 +17,22 @@ USES= ncurses tar:xz uidfix USE_GITHUB= yes GH_ACCOUNT= pianojockl -CONFLICTS= hangman-[0-9]* +MAKE_ARGS= BINGRP=${BINGRP} +MAKE_ENV= WITHOUT_WERROR=yes CFLAGS+= -fcommon -MAKE_ENV= NO_WERROR=1 -MAKE_ARGS= BINGRP=${BINGRP} -# contain /usr/share/games -SHAREPATH_FILES=atc/atc.6 \ - atc/pathnames.h \ - boggle/boggle/bog.h \ - boggle/boggle/boggle.6 \ - cribbage/cribbage.6 \ - cribbage/pathnames.h \ - fish/pathnames.h \ - larn/pathnames.h \ - quiz/datfiles/index \ - quiz/pathnames.h \ - quiz/quiz.6 \ - wump/pathnames.h +CONFLICTS= hangman-[0-9]* -# contain /usr/games/* -GAMESPATH_FILES=backgammon/backgammon/backgammon.6 \ - backgammon/common_source/init.c \ - canfield/canfield/canfield.6 \ - cribbage/cribbage.6 \ - hunt/hunt/hunt.6 \ - hunt/huntd/huntd.6 \ - phantasia/pathnames.h \ - wargames/wargames.sh +INFO= wump +INFO_PATH= share/games -post-patch: - @for f in ${SHAREPATH_FILES}; do \ - ${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \ - ${WRKSRC}/$${f}; \ - done - @for f in ${GAMESPATH_FILES}; do \ - ${REINPLACE_CMD} -e 's|/usr/games|${PREFIX}/bin|g' \ - ${WRKSRC}/$${f}; \ - done +.include +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300134 +MAKE_ARGS+= NO_WERROR=yes +.endif + pre-install: .for d in atc larn quiz.db boggle @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/$d @@ -75,4 +51,4 @@ post-install: @${TOUCH} ${STAGEDIR}/var/games/atc_score @${FIND} ${STAGEDIR}/var/games -type f -exec ${MV} {} {}.sample \; -.include +.include Modified: branches/2021Q1/games/bsdgames/pkg-plist ============================================================================== --- branches/2021Q1/games/bsdgames/pkg-plist Tue Feb 16 12:26:24 2021 (r565397) +++ branches/2021Q1/games/bsdgames/pkg-plist Tue Feb 16 12:59:27 2021 (r565398) @@ -118,7 +118,6 @@ share/games/quiz.db/spell share/games/quiz.db/state share/games/quiz.db/trek share/games/quiz.db/ucc -share/games/wump.info @sample(,games,0664) /var/games/atc_score.sample @sample(,games,0664) /var/games/battlestar.log.sample @sample(,games,0664) /var/games/cfscores.sample From owner-svn-ports-branches@freebsd.org Tue Feb 16 17:35:36 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E3455410D8; Tue, 16 Feb 2021 17:35:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7RD0KxHz4m1x; Tue, 16 Feb 2021 17:35:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F27F915497; Tue, 16 Feb 2021 17:35:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GHZZlj085818; Tue, 16 Feb 2021 17:35:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GHZZ03085817; Tue, 16 Feb 2021 17:35:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161735.11GHZZ03085817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 17:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565420 - branches/2021Q1/x11/deforaos-panel X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/x11/deforaos-panel X-SVN-Commit-Revision: 565420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:35:36 -0000 Author: antoine Date: Tue Feb 16 17:35:35 2021 New Revision: 565420 URL: https://svnweb.freebsd.org/changeset/ports/565420 Log: MFH: r565419 Mark BROKEN on FreeBSD 13 and 14 network.c:298:19: error: variable has incomplete type 'struct ifdatareq' struct ifdatareq ifdr; ^ network.c:298:9: note: forward declaration of 'struct ifdatareq' struct ifdatareq ifdr; Reported by: pkg-fallout Modified: branches/2021Q1/x11/deforaos-panel/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11/deforaos-panel/Makefile ============================================================================== --- branches/2021Q1/x11/deforaos-panel/Makefile Tue Feb 16 17:35:10 2021 (r565419) +++ branches/2021Q1/x11/deforaos-panel/Makefile Tue Feb 16 17:35:35 2021 (r565420) @@ -14,6 +14,9 @@ COMMENT= DeforaOS desktop panel LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= network.c:298:19: error: variable has incomplete type 'struct ifdatareq' +BROKEN_FreeBSD_14= network.c:298:19: error: variable has incomplete type 'struct ifdatareq' + LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop \ libSystem.so:devel/deforaos-libsystem \ libfontconfig.so:x11-fonts/fontconfig \ From owner-svn-ports-branches@freebsd.org Tue Feb 16 17:38:09 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDFF2541149; Tue, 16 Feb 2021 17:38:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7V950L0z4mQ8; Tue, 16 Feb 2021 17:38:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E31415703; Tue, 16 Feb 2021 17:38:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GHc9at086147; Tue, 16 Feb 2021 17:38:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GHc9hn086146; Tue, 16 Feb 2021 17:38:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161738.11GHc9hn086146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 17:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565423 - branches/2021Q1/devel/fossology-nomos-standalone X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/devel/fossology-nomos-standalone X-SVN-Commit-Revision: 565423 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:38:09 -0000 Author: antoine Date: Tue Feb 16 17:38:09 2021 New Revision: 565423 URL: https://svnweb.freebsd.org/changeset/ports/565423 Log: MFH: r565422 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: dbErrString >>> defined at nomos.c >>> nomos.o:(dbErrString) >>> defined at licenses.c >>> licenses.o:(.bss+0x1020) Reported by: pkg-fallout Modified: branches/2021Q1/devel/fossology-nomos-standalone/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/devel/fossology-nomos-standalone/Makefile ============================================================================== --- branches/2021Q1/devel/fossology-nomos-standalone/Makefile Tue Feb 16 17:37:39 2021 (r565422) +++ branches/2021Q1/devel/fossology-nomos-standalone/Makefile Tue Feb 16 17:38:09 2021 (r565423) @@ -12,6 +12,9 @@ COMMENT= Standalone Nomos license scanner from fossolo LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= ld: error: duplicate symbol: dbErrString +BROKEN_FreeBSD_14= ld: error: duplicate symbol: dbErrString + BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libjson-c.so:devel/json-c From owner-svn-ports-branches@freebsd.org Tue Feb 16 17:42:30 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B6D0541567; Tue, 16 Feb 2021 17:42:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7b96ySlz4nDR; Tue, 16 Feb 2021 17:42:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1F2C1544F; Tue, 16 Feb 2021 17:42:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GHgTsY092573; Tue, 16 Feb 2021 17:42:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GHgT83092572; Tue, 16 Feb 2021 17:42:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161742.11GHgT83092572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 17:42:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565428 - branches/2021Q1/games/freesweep X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/games/freesweep X-SVN-Commit-Revision: 565428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:42:30 -0000 Author: antoine Date: Tue Feb 16 17:42:29 2021 New Revision: 565428 URL: https://svnweb.freebsd.org/changeset/ports/565428 Log: MFH: r565427 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: CharSet >>> defined at clear.c >>> clear.o:(CharSet) >>> defined at drawing.c >>> drawing.o:(.bss+0x0) Reported by: pkg-fallout Modified: branches/2021Q1/games/freesweep/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/games/freesweep/Makefile ============================================================================== --- branches/2021Q1/games/freesweep/Makefile Tue Feb 16 17:42:09 2021 (r565427) +++ branches/2021Q1/games/freesweep/Makefile Tue Feb 16 17:42:29 2021 (r565428) @@ -12,6 +12,9 @@ COMMENT= Minesweeper-style game for text-mode terminal LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: CharSet +BROKEN_FreeBSD_14= ld: error: duplicate symbol: CharSet + USE_GITHUB= yes GH_ACCOUNT= rwestlund From owner-svn-ports-branches@freebsd.org Tue Feb 16 17:45:20 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D2F454144F; Tue, 16 Feb 2021 17:45:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7fS2CSXz4nl0; Tue, 16 Feb 2021 17:45:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E83D154C2; Tue, 16 Feb 2021 17:45:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GHjKuL092878; Tue, 16 Feb 2021 17:45:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GHjKh2092877; Tue, 16 Feb 2021 17:45:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161745.11GHjKh2092877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 17:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565430 - branches/2021Q1/sysutils/graid5 X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/sysutils/graid5 X-SVN-Commit-Revision: 565430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:45:20 -0000 Author: antoine Date: Tue Feb 16 17:45:19 2021 New Revision: 565430 URL: https://svnweb.freebsd.org/changeset/ports/565430 Log: MFH: r565429 Mark BROKEN on FreeBSD 13 and 14 g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1 G_RAID5_LOGREQ(bp, "[done err:%d dat:%02x adr:%p]", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./g_raid5.h:72:18: note: expanded from macro 'G_RAID5_LOGREQ' g_print_bio(bp); \ ~~~~~~~~~~~ ^ /usr/src/sys/geom/geom.h:347:6: note: 'g_print_bio' declared here void g_print_bio(const char *prefix, const struct bio *bp, const char *fmtsuffix, ...) __printflike(3, 4); ^ Reported by: pkg-fallout Modified: branches/2021Q1/sysutils/graid5/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/sysutils/graid5/Makefile ============================================================================== --- branches/2021Q1/sysutils/graid5/Makefile Tue Feb 16 17:45:00 2021 (r565429) +++ branches/2021Q1/sysutils/graid5/Makefile Tue Feb 16 17:45:19 2021 (r565430) @@ -11,6 +11,9 @@ COMMENT= RAID5 geom class LICENSE= BSD2CLAUSE +BROKEN_FreeBSD_13= g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1 +BROKEN_FreeBSD_14= g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1 + MAINVERSION=1.3 VERSIONDATE=20140711.62 From owner-svn-ports-branches@freebsd.org Tue Feb 16 17:48:20 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D82A154187D; Tue, 16 Feb 2021 17:48:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7jw5ptpz4ntR; Tue, 16 Feb 2021 17:48:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA8E615867; Tue, 16 Feb 2021 17:48:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GHmKps093426; Tue, 16 Feb 2021 17:48:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GHmK5n093425; Tue, 16 Feb 2021 17:48:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161748.11GHmK5n093425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 17:48:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565434 - branches/2021Q1/sysutils/gtk-imonc X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/sysutils/gtk-imonc X-SVN-Commit-Revision: 565434 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:48:20 -0000 Author: antoine Date: Tue Feb 16 17:48:20 2021 New Revision: 565434 URL: https://svnweb.freebsd.org/changeset/ports/565434 Log: MFH: r565432 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: admin_passwd >>> defined at main.c >>> main.o:(admin_passwd) >>> defined at interface.c >>> interface.o:(.bss+0x60) Reported by: pkg-fallout Modified: branches/2021Q1/sysutils/gtk-imonc/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/sysutils/gtk-imonc/Makefile ============================================================================== --- branches/2021Q1/sysutils/gtk-imonc/Makefile Tue Feb 16 17:47:53 2021 (r565433) +++ branches/2021Q1/sysutils/gtk-imonc/Makefile Tue Feb 16 17:48:20 2021 (r565434) @@ -12,6 +12,9 @@ COMMENT= GTK2-based imond-client to control an on(e) d LICENSE= GPLv2+ +BROKEN_FreeBSD_13= ld: error: duplicate symbol: admin_passwd +BROKEN_FreeBSD_14= ld: error: duplicate symbol: admin_passwd + GNU_CONFIGURE= yes USES= pkgconfig gettext gnome iconv xorg USE_GNOME= gtk20 From owner-svn-ports-branches@freebsd.org Tue Feb 16 17:54:12 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD159541E9C; Tue, 16 Feb 2021 17:54:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7rh5sY4z4pfG; Tue, 16 Feb 2021 17:54:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC3D11525F; Tue, 16 Feb 2021 17:54:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GHsCng099541; Tue, 16 Feb 2021 17:54:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GHsCwZ099540; Tue, 16 Feb 2021 17:54:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161754.11GHsCwZ099540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 17:54:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565437 - branches/2021Q1/games/jumpnbump X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/games/jumpnbump X-SVN-Commit-Revision: 565437 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:54:12 -0000 Author: antoine Date: Tue Feb 16 17:54:12 2021 New Revision: 565437 URL: https://svnweb.freebsd.org/changeset/ports/565437 Log: MFH: r565436 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: endscore_reached >>> defined at main.c >>> main.o:(endscore_reached) >>> defined at menu.c >>> menu.o:(.bss+0x600) Reported by: pkg-fallout Modified: branches/2021Q1/games/jumpnbump/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/games/jumpnbump/Makefile ============================================================================== --- branches/2021Q1/games/jumpnbump/Makefile Tue Feb 16 17:53:53 2021 (r565436) +++ branches/2021Q1/games/jumpnbump/Makefile Tue Feb 16 17:54:12 2021 (r565437) @@ -13,6 +13,9 @@ COMMENT= Play cute bunnies jumping on each other's hea LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: endscore_reached +BROKEN_FreeBSD_14= ld: error: duplicate symbol: endscore_reached + USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre USE_SDL= sdl2 mixer2 net2 From owner-svn-ports-branches@freebsd.org Tue Feb 16 19:29:41 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B284A545AC9; Tue, 16 Feb 2021 19:29:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg9ys4krSz3DPb; Tue, 16 Feb 2021 19:29:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9588216F94; Tue, 16 Feb 2021 19:29:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GJTfr5054269; Tue, 16 Feb 2021 19:29:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GJTfFW054268; Tue, 16 Feb 2021 19:29:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161929.11GJTfFW054268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 19:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565441 - branches/2021Q1/graphics/iccxml X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/graphics/iccxml X-SVN-Commit-Revision: 565441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 19:29:41 -0000 Author: antoine Date: Tue Feb 16 19:29:41 2021 New Revision: 565441 URL: https://svnweb.freebsd.org/changeset/ports/565441 Log: MFH: r565440 Mark BROKEN on FreeBSD 13 and 14 Reported by: pkg-fallout Modified: branches/2021Q1/graphics/iccxml/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/iccxml/Makefile ============================================================================== --- branches/2021Q1/graphics/iccxml/Makefile Tue Feb 16 19:29:19 2021 (r565440) +++ branches/2021Q1/graphics/iccxml/Makefile Tue Feb 16 19:29:41 2021 (r565441) @@ -9,6 +9,9 @@ DISTNAME= IccXML-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= Tools for reading and writing the ICC profile contents as XML files +BROKEN_FreeBSD_13= IccProfileXml.cpp:512:12: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' +BROKEN_FreeBSD_14= IccProfileXml.cpp:512:12: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' + LIB_DEPENDS= libSampleICC.so:graphics/sampleicc USES= gmake gnome libtool pathfix pkgconfig From owner-svn-ports-branches@freebsd.org Tue Feb 16 19:32:37 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 10043545BEC; Tue, 16 Feb 2021 19:32:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgB2D6vTrz3FD7; Tue, 16 Feb 2021 19:32:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFD3A16D7D; Tue, 16 Feb 2021 19:32:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GJWauL060757; Tue, 16 Feb 2021 19:32:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GJWafK060756; Tue, 16 Feb 2021 19:32:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161932.11GJWafK060756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 19:32:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565443 - branches/2021Q1/japanese/jishyo X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/japanese/jishyo X-SVN-Commit-Revision: 565443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 19:32:37 -0000 Author: antoine Date: Tue Feb 16 19:32:36 2021 New Revision: 565443 URL: https://svnweb.freebsd.org/changeset/ports/565443 Log: MFH: r565442 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: DicDir >>> defined at xjdcomm.c >>> ./obj/Jishyo.obj/xjdcomm.c.o:(DicDir) >>> defined at xjdsa.c >>> ./obj/Jishyo.obj/xjdsa.c.o:(.bss+0x110) Reported by: pkg-fallout Modified: branches/2021Q1/japanese/jishyo/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/japanese/jishyo/Makefile ============================================================================== --- branches/2021Q1/japanese/jishyo/Makefile Tue Feb 16 19:32:18 2021 (r565442) +++ branches/2021Q1/japanese/jishyo/Makefile Tue Feb 16 19:32:36 2021 (r565443) @@ -13,6 +13,9 @@ COMMENT= English to Japanese dictionary for GNUstep LICENSE= GPLv2+ +BROKEN_FreeBSD_13= ld: error: duplicate symbol: DicDir +BROKEN_FreeBSD_14= ld: error: duplicate symbol: DicDir + PORTSCOUT= skipv:0.2 USES= gnustep From owner-svn-ports-branches@freebsd.org Tue Feb 16 19:35:12 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4A7D545DF1; Tue, 16 Feb 2021 19:35:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgB5D5kJWz3FSq; Tue, 16 Feb 2021 19:35:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B757D16FBD; Tue, 16 Feb 2021 19:35:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GJZCal061160; Tue, 16 Feb 2021 19:35:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GJZCku061159; Tue, 16 Feb 2021 19:35:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161935.11GJZCku061159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 19:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565446 - branches/2021Q1/www/larbin X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/www/larbin X-SVN-Commit-Revision: 565446 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 19:35:12 -0000 Author: antoine Date: Tue Feb 16 19:35:12 2021 New Revision: 565446 URL: https://svnweb.freebsd.org/changeset/ports/565446 Log: MFH: r565445 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: data >>> defined at event.c >>> event.o:(data) in archive ../adns/libadns.a >>> defined at types.c >>> types.o:(.bss+0x0) in archive ../adns/libadns.a Reported by: pkg-fallout Modified: branches/2021Q1/www/larbin/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/larbin/Makefile ============================================================================== --- branches/2021Q1/www/larbin/Makefile Tue Feb 16 19:34:53 2021 (r565445) +++ branches/2021Q1/www/larbin/Makefile Tue Feb 16 19:35:12 2021 (r565446) @@ -13,6 +13,9 @@ COMMENT= HTTP crawler with an easy interface LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: data +BROKEN_FreeBSD_14= ld: error: duplicate symbol: data + BUILD_DEPENDS= bash:shells/bash \ makedepend:devel/makedepend From owner-svn-ports-branches@freebsd.org Tue Feb 16 19:42:00 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 08FFE54689A; Tue, 16 Feb 2021 19:42:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgBF36wFDz3G5Q; Tue, 16 Feb 2021 19:41:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E045916F74; Tue, 16 Feb 2021 19:41:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GJfxtS065518; Tue, 16 Feb 2021 19:41:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GJfxOM065491; Tue, 16 Feb 2021 19:41:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102161941.11GJfxOM065491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 19:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565448 - branches/2021Q1/emulators/pcem X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/emulators/pcem X-SVN-Commit-Revision: 565448 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 19:42:00 -0000 Author: antoine Date: Tue Feb 16 19:41:59 2021 New Revision: 565448 URL: https://svnweb.freebsd.org/changeset/ports/565448 Log: MFH: r565447 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: CGACONST >>> defined at 386.c >>> pcem-386.o:(CGACONST) >>> defined at 386_dynarec.c >>> pcem-386_dynarec.o:(.bss+0x1900) Reported by: pkg-fallout Modified: branches/2021Q1/emulators/pcem/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/pcem/Makefile ============================================================================== --- branches/2021Q1/emulators/pcem/Makefile Tue Feb 16 19:40:03 2021 (r565447) +++ branches/2021Q1/emulators/pcem/Makefile Tue Feb 16 19:41:59 2021 (r565448) @@ -12,6 +12,9 @@ COMMENT= PC/PC-Compatible low-level emulator striving LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: CGACONST +BROKEN_FreeBSD_14= ld: error: duplicate symbol: CGACONST + USES= autoreconf compiler gl gmake openal pkgconfig sdl zip USE_GL= gl USE_SDL= sdl2 From owner-svn-ports-branches@freebsd.org Tue Feb 16 20:10:51 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1176547C53; Tue, 16 Feb 2021 20:10:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgBtM4DPmz3JhQ; Tue, 16 Feb 2021 20:10:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 840DD17539; Tue, 16 Feb 2021 20:10:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GKApdY079453; Tue, 16 Feb 2021 20:10:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GKApOX079452; Tue, 16 Feb 2021 20:10:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102162010.11GKApOX079452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 20:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565452 - branches/2021Q1/emulators/lisaem X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/emulators/lisaem X-SVN-Commit-Revision: 565452 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 20:10:51 -0000 Author: antoine Date: Tue Feb 16 20:10:51 2021 New Revision: 565452 URL: https://svnweb.freebsd.org/changeset/ports/565452 Log: MFH: r565451 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: mem68k_fetch_byte >>> defined at floppy.c >>> floppy.o:(mem68k_fetch_byte) >>> defined at profile.c >>> profile.o:(.bss+0x100) Reported by: pkg-fallout Modified: branches/2021Q1/emulators/lisaem/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/lisaem/Makefile ============================================================================== --- branches/2021Q1/emulators/lisaem/Makefile Tue Feb 16 20:10:31 2021 (r565451) +++ branches/2021Q1/emulators/lisaem/Makefile Tue Feb 16 20:10:51 2021 (r565452) @@ -13,6 +13,9 @@ COMMENT= Apple Lisa 2 Emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: mem68k_fetch_byte +BROKEN_FreeBSD_14= ld: error: duplicate symbol: mem68k_fetch_byte + BUILD_DEPENDS= pngtopnm:graphics/netpbm USES= compiler:c++11-lang tar:bzip2 From owner-svn-ports-branches@freebsd.org Tue Feb 16 20:13:32 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72646547BF1; Tue, 16 Feb 2021 20:13:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgBxS2mzpz3KR5; Tue, 16 Feb 2021 20:13:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 521CA17768; Tue, 16 Feb 2021 20:13:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GKDWh0085680; Tue, 16 Feb 2021 20:13:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GKDWCf085679; Tue, 16 Feb 2021 20:13:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102162013.11GKDWCf085679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Feb 2021 20:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565454 - branches/2021Q1/net-mgmt/mk-livestatus X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/net-mgmt/mk-livestatus X-SVN-Commit-Revision: 565454 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 20:13:32 -0000 Author: antoine Date: Tue Feb 16 20:13:31 2021 New Revision: 565454 URL: https://svnweb.freebsd.org/changeset/ports/565454 Log: MFH: r565453 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: g_mainthread_id >>> defined at module.c >>> livestatus_so-module.o:(g_mainthread_id) >>> defined at logger.c >>> livestatus_so-logger.o:(.bss+0x8) Reported by: pkg-fallout Modified: branches/2021Q1/net-mgmt/mk-livestatus/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net-mgmt/mk-livestatus/Makefile ============================================================================== --- branches/2021Q1/net-mgmt/mk-livestatus/Makefile Tue Feb 16 20:13:10 2021 (r565453) +++ branches/2021Q1/net-mgmt/mk-livestatus/Makefile Tue Feb 16 20:13:31 2021 (r565454) @@ -13,6 +13,9 @@ COMMENT= Nagios event broker module LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: g_mainthread_id +BROKEN_FreeBSD_14= ld: error: duplicate symbol: g_mainthread_id + USES= compiler:c++11-lang GNU_CONFIGURE= yes From owner-svn-ports-branches@freebsd.org Wed Feb 17 01:37:58 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52AB852C28D; Wed, 17 Feb 2021 01:37:58 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgL7p1xZ3z4Xwh; Wed, 17 Feb 2021 01:37:58 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 357FA1BF6F; Wed, 17 Feb 2021 01:37:58 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11H1bwC1076606; Wed, 17 Feb 2021 01:37:58 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11H1bvXJ076603; Wed, 17 Feb 2021 01:37:57 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202102170137.11H1bvXJ076603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Wed, 17 Feb 2021 01:37:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565473 - in branches/2021Q1/sysutils/memtest86+: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: in branches/2021Q1/sysutils/memtest86+: . files X-SVN-Commit-Revision: 565473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 01:37:58 -0000 Author: kevans Date: Wed Feb 17 01:37:57 2021 New Revision: 565473 URL: https://svnweb.freebsd.org/changeset/ports/565473 Log: MFH: r565472 sysutils/memtest86+: remove dependency on gcc48 This is one of three ports still explicitly dependent on lang/gcc48. The problems that were preventing the upgrade were as follows: - The __OUT*/__IN* macros in io.h were declaring the produced functions as extern, yielding multiple "definitions." They're inline asm, so just give them static linkage. - reboot was declared inline with non-static linkage, thus leaving it in a weird state where it wasn't visible within the same CU or another CU. Drop the inline for now; if it really needs to be inlined, it can be moved into a header and declared `static inline`. I made these changes, then discovered there's a 5.31b that's still in testing. I checked the archive for that and was delighted to discover these changes had already actually been made there, too, so let's consider this a backport. PR: 253303 Approved by: avg (maintainer) Added: branches/2021Q1/sysutils/memtest86+/files/patch-io.h - copied unchanged from r565472, head/sysutils/memtest86+/files/patch-io.h branches/2021Q1/sysutils/memtest86+/files/patch-lib.c - copied unchanged from r565472, head/sysutils/memtest86+/files/patch-lib.c Modified: branches/2021Q1/sysutils/memtest86+/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/sysutils/memtest86+/Makefile ============================================================================== --- branches/2021Q1/sysutils/memtest86+/Makefile Wed Feb 17 01:36:14 2021 (r565472) +++ branches/2021Q1/sysutils/memtest86+/Makefile Wed Feb 17 01:37:57 2021 (r565473) @@ -2,7 +2,7 @@ PORTNAME= memtest86+ PORTVERSION= 5.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.memtest.org/download/${PORTVERSION}/ @@ -17,7 +17,7 @@ USES= gmake ALL_TARGET= all PORTDOCS= * -USE_GCC= 4.8 +USE_GCC= yes # Please provide absolute path below (cannot be root) BOOT_DIR?= /boot/opt Copied: branches/2021Q1/sysutils/memtest86+/files/patch-io.h (from r565472, head/sysutils/memtest86+/files/patch-io.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/sysutils/memtest86+/files/patch-io.h Wed Feb 17 01:37:57 2021 (r565473, copy of r565472, head/sysutils/memtest86+/files/patch-io.h) @@ -0,0 +1,29 @@ +--- io.h.orig 2013-08-10 02:01:58 UTC ++++ io.h +@@ -31,7 +31,7 @@ + */ + + #define __OUT1(s,x) \ +-extern inline void __out##s(unsigned x value, unsigned short port) { ++static inline void __out##s(unsigned x value, unsigned short port) { + + #define __OUT2(s,s1,s2) \ + __asm__ __volatile__ ("out" #s " %" s1 "0,%" s2 "1" +@@ -43,7 +43,7 @@ __OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" + __OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); SLOW_DOWN_IO; } + + #define __IN1(s) \ +-extern inline RETURN_TYPE __in##s(unsigned short port) { RETURN_TYPE _v; ++static inline RETURN_TYPE __in##s(unsigned short port) { RETURN_TYPE _v; + + #define __IN2(s,s1,s2) \ + __asm__ __volatile__ ("in" #s " %" s2 "1,%" s1 "0" +@@ -55,7 +55,7 @@ __IN1(s##_p) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) + __IN1(s##c_p) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); SLOW_DOWN_IO; return _v; } + + #define __OUTS(s) \ +-extern inline void outs##s(unsigned short port, const void * addr, unsigned long count) \ ++static inline void outs##s(unsigned short port, const void * addr, unsigned long count) \ + { __asm__ __volatile__ ("cld ; rep ; outs" #s \ + : "=S" (addr), "=c" (count) : "d" (port),"0" (addr),"1" (count)); } + Copied: branches/2021Q1/sysutils/memtest86+/files/patch-lib.c (from r565472, head/sysutils/memtest86+/files/patch-lib.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/sysutils/memtest86+/files/patch-lib.c Wed Feb 17 01:37:57 2021 (r565473, copy of r565472, head/sysutils/memtest86+/files/patch-lib.c) @@ -0,0 +1,18 @@ +--- lib.c.orig 2021-02-06 17:28:48 UTC ++++ lib.c +@@ -33,7 +33,7 @@ struct ascii_map_str { + int keycode; + }; + +-inline void reboot(void) ++void reboot(void) + { + + /* tell the BIOS to do a cold start */ +@@ -1196,4 +1196,4 @@ void get_list(int x, int y, int len, char *buf) + return; + } + } +-} +\ No newline at end of file ++} From owner-svn-ports-branches@freebsd.org Wed Feb 17 14:00:18 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF25D5424F5; Wed, 17 Feb 2021 14:00:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgfcL4d6fz3LPn; Wed, 17 Feb 2021 14:00:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87030258E8; Wed, 17 Feb 2021 14:00:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HE0ImK027204; Wed, 17 Feb 2021 14:00:18 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HE0I1g027202; Wed, 17 Feb 2021 14:00:18 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202102171400.11HE0I1g027202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 17 Feb 2021 14:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565503 - branches/2021Q1/security/openssl X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2021Q1/security/openssl X-SVN-Commit-Revision: 565503 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 14:00:18 -0000 Author: brnrd Date: Wed Feb 17 14:00:17 2021 New Revision: 565503 URL: https://svnweb.freebsd.org/changeset/ports/565503 Log: MFH: r565502 security/openssl: Security update to 1.1.1j PR: 253561 Reported by: Michael Glaus Security: 96a21236-707b-11eb-96d8-d4c9ef517024 Approved by: ports-secteam (blanket) Modified: branches/2021Q1/security/openssl/Makefile branches/2021Q1/security/openssl/distinfo branches/2021Q1/security/openssl/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/security/openssl/Makefile ============================================================================== --- branches/2021Q1/security/openssl/Makefile Wed Feb 17 13:57:03 2021 (r565502) +++ branches/2021Q1/security/openssl/Makefile Wed Feb 17 14:00:17 2021 (r565503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.1.1i +PORTVERSION= 1.1.1j PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ Modified: branches/2021Q1/security/openssl/distinfo ============================================================================== --- branches/2021Q1/security/openssl/distinfo Wed Feb 17 13:57:03 2021 (r565502) +++ branches/2021Q1/security/openssl/distinfo Wed Feb 17 14:00:17 2021 (r565503) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607442426 -SHA256 (openssl-1.1.1i.tar.gz) = e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242 -SIZE (openssl-1.1.1i.tar.gz) = 9808346 +TIMESTAMP = 1613495852 +SHA256 (openssl-1.1.1j.tar.gz) = aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf +SIZE (openssl-1.1.1j.tar.gz) = 9823161 Modified: branches/2021Q1/security/openssl/pkg-plist ============================================================================== --- branches/2021Q1/security/openssl/pkg-plist Wed Feb 17 13:57:03 2021 (r565502) +++ branches/2021Q1/security/openssl/pkg-plist Wed Feb 17 14:00:17 2021 (r565503) @@ -853,6 +853,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/DH_check_pub_key_ex.3.gz %%MAN3%%man/man3/DH_clear_flags.3.gz %%MAN3%%man/man3/DH_compute_key.3.gz +%%MAN3%%man/man3/DH_compute_key_padded.3.gz %%MAN3%%man/man3/DH_free.3.gz %%MAN3%%man/man3/DH_generate_key.3.gz %%MAN3%%man/man3/DH_generate_parameters.3.gz @@ -1967,6 +1968,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/OCSP_REQUEST_new.3.gz %%MAN3%%man/man3/OCSP_REQ_CTX_add1_header.3.gz %%MAN3%%man/man3/OCSP_REQ_CTX_free.3.gz +%%MAN3%%man/man3/OCSP_REQ_CTX_i2d.3.gz %%MAN3%%man/man3/OCSP_REQ_CTX_set1_req.3.gz %%MAN3%%man/man3/OCSP_RESPBYTES_free.3.gz %%MAN3%%man/man3/OCSP_RESPBYTES_new.3.gz From owner-svn-ports-branches@freebsd.org Wed Feb 17 15:10:11 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E9055448A7; Wed, 17 Feb 2021 15:10:11 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgh8z38dnz3QG7; Wed, 17 Feb 2021 15:10:11 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50A9B26B8B; Wed, 17 Feb 2021 15:10:11 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HFABTU069623; Wed, 17 Feb 2021 15:10:11 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HFAA15069622; Wed, 17 Feb 2021 15:10:10 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202102171510.11HFAA15069622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Wed, 17 Feb 2021 15:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565508 - in branches/2021Q1/editors/libreoffice: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in branches/2021Q1/editors/libreoffice: . files X-SVN-Commit-Revision: 565508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 15:10:11 -0000 Author: fluffy Date: Wed Feb 17 15:10:10 2021 New Revision: 565508 URL: https://svnweb.freebsd.org/changeset/ports/565508 Log: MFH: r565507 editors/libreoffice: resurrect deleted by mistake patch for qt5-cairo engine to fix CJK fonts rendering in menus and dialogs PR: 253371, 253579 Pointy hat to: fluffy Added: branches/2021Q1/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx - copied unchanged from r565507, head/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx Modified: branches/2021Q1/editors/libreoffice/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/editors/libreoffice/Makefile ============================================================================== --- branches/2021Q1/editors/libreoffice/Makefile Wed Feb 17 15:06:12 2021 (r565507) +++ branches/2021Q1/editors/libreoffice/Makefile Wed Feb 17 15:10:10 2021 (r565508) @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 .include "${.CURDIR}/Makefile.common" Copied: branches/2021Q1/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx (from r565507, head/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx Wed Feb 17 15:10:10 2021 (r565508, copy of r565507, head/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx) @@ -0,0 +1,35 @@ +--- vcl/qt5/Qt5Instance.cxx.orig 2020-05-13 11:19:20 UTC ++++ vcl/qt5/Qt5Instance.cxx +@@ -261,7 +261,13 @@ SalFrame* Qt5Instance::CreateChildFrame(SystemParentDa + SalFrame* Qt5Instance::CreateFrame(SalFrame* pParent, SalFrameStyleFlags nStyle) + { + assert(!pParent || dynamic_cast(pParent)); +- return new Qt5Frame(static_cast(pParent), nStyle, m_bUseCairo); ++ SalFrame* pRet(nullptr); ++ bool bUseCairo = m_bUseCairo; ++ RunInMainThread([&pRet, pParent, nStyle, bUseCairo]() { ++ pRet = new Qt5Frame(static_cast(pParent), nStyle, bUseCairo); ++ }); ++ assert(pRet); ++ return pRet; + } + + void Qt5Instance::DestroyFrame(SalFrame* pFrame) +@@ -420,7 +426,7 @@ Qt5Instance::createPicker(css::uno::Reference Qt5Instance::CreateQAppl + extern "C" { + VCLPLUG_QT5_PUBLIC SalInstance* create_SalInstance() + { +- static const bool bUseCairo = (nullptr != getenv("SAL_VCL_QT5_USE_CAIRO")); ++ static const bool bUseCairo = true; // (nullptr != getenv("SAL_VCL_QT5_USE_CAIRO")); + + std::unique_ptr pFakeArgv; + std::unique_ptr pFakeArgc; From owner-svn-ports-branches@freebsd.org Wed Feb 17 15:38:55 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF25B545868; Wed, 17 Feb 2021 15:38:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dghp756Gvz3hyy; Wed, 17 Feb 2021 15:38:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A26B926EB3; Wed, 17 Feb 2021 15:38:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HFctWN087899; Wed, 17 Feb 2021 15:38:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HFctIU087898; Wed, 17 Feb 2021 15:38:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202102171538.11HFctIU087898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 17 Feb 2021 15:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565510 - branches/2021Q1/math/p5-Text-AsciiTeX X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: branches/2021Q1/math/p5-Text-AsciiTeX X-SVN-Commit-Revision: 565510 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 15:38:55 -0000 Author: mat Date: Wed Feb 17 15:38:55 2021 New Revision: 565510 URL: https://svnweb.freebsd.org/changeset/ports/565510 Log: MFH: r563586 r563791 Mark BROKEN on FreeBSD 13 % 14. ld: error: duplicate symbol: SYNTAX_ERR_FLAG >>> defined at array.c >>> src/asciitex/array.o:(SYNTAX_ERR_FLAG) >>> defined at asciiTeX.c >>> src/asciitex/asciiTeX.o:(.bss+0x0) Modified: branches/2021Q1/math/p5-Text-AsciiTeX/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/math/p5-Text-AsciiTeX/Makefile ============================================================================== --- branches/2021Q1/math/p5-Text-AsciiTeX/Makefile Wed Feb 17 15:10:58 2021 (r565509) +++ branches/2021Q1/math/p5-Text-AsciiTeX/Makefile Wed Feb 17 15:38:55 2021 (r565510) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert (La)TeX formulas to ASCII art +BROKEN_FreeBSD_13= error: duplicate symbol: SYNTAX_ERR_FLAG +BROKEN_FreeBSD_14= error: duplicate symbol: SYNTAX_ERR_FLAG + LICENSE= ART10 GPLv1+ LICENSE_COMB= dual From owner-svn-ports-branches@freebsd.org Wed Feb 17 18:12:07 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 07BB454ED07; Wed, 17 Feb 2021 18:12:07 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgmBr61MWz4b3l; Wed, 17 Feb 2021 18:12:04 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DA9A13B6; Wed, 17 Feb 2021 18:12:03 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HIC3mH096896; Wed, 17 Feb 2021 18:12:03 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HIC3R3096894; Wed, 17 Feb 2021 18:12:03 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202102171812.11HIC3R3096894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Wed, 17 Feb 2021 18:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565640 - branches/2021Q1/www/logswan X-SVN-Group: ports-branches X-SVN-Commit-Author: otis X-SVN-Commit-Paths: branches/2021Q1/www/logswan X-SVN-Commit-Revision: 565640 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 18:12:08 -0000 Author: otis Date: Wed Feb 17 18:12:02 2021 New Revision: 565640 URL: https://svnweb.freebsd.org/changeset/ports/565640 Log: MFH: r565606 www/logswan: Update to 2.1.10 And while here, also switch to versioned download. Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D28685 Modified: branches/2021Q1/www/logswan/Makefile branches/2021Q1/www/logswan/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/logswan/Makefile ============================================================================== --- branches/2021Q1/www/logswan/Makefile Wed Feb 17 18:11:36 2021 (r565639) +++ branches/2021Q1/www/logswan/Makefile Wed Feb 17 18:12:02 2021 (r565640) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= logswan -PORTVERSION= 2.1.8 +DISTVERSION= 2.1.10 CATEGORIES= www +MASTER_SITES= https://github.com/fcambus/logswan/releases/download/${DISTVERSION}/ MAINTAINER= otis@FreeBSD.org COMMENT= Fast Web log analyzer @@ -14,8 +15,6 @@ LIB_DEPENDS= libjansson.so:devel/jansson \ libmaxminddb.so:net/libmaxminddb USES= cmake compiler:c11 -USE_GITHUB= yes -GH_ACCOUNT= fcambus PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz Modified: branches/2021Q1/www/logswan/distinfo ============================================================================== --- branches/2021Q1/www/logswan/distinfo Wed Feb 17 18:11:36 2021 (r565639) +++ branches/2021Q1/www/logswan/distinfo Wed Feb 17 18:12:02 2021 (r565640) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603209397 -SHA256 (fcambus-logswan-2.1.8_GH0.tar.gz) = b3201d3f8a9863d51a0c3caec9e89c74dab8de7a604a5761454df64c30908ef8 -SIZE (fcambus-logswan-2.1.8_GH0.tar.gz) = 24464 +TIMESTAMP = 1613394847 +SHA256 (logswan-2.1.10.tar.gz) = 561027c1aa5ddc87dac43df9fa74b2009ba6b75c5512f83e2c48105e4624e3cc +SIZE (logswan-2.1.10.tar.gz) = 24571 From owner-svn-ports-branches@freebsd.org Wed Feb 17 18:55:54 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE7E052B740; Wed, 17 Feb 2021 18:55:54 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgn9Q4zrPz3CVJ; Wed, 17 Feb 2021 18:55:54 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DE051B66; Wed, 17 Feb 2021 18:55:54 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HIts5Q038857; Wed, 17 Feb 2021 18:55:54 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HItsvW038855; Wed, 17 Feb 2021 18:55:54 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202102171855.11HItsvW038855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Wed, 17 Feb 2021 18:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565790 - branches/2021Q1/dns/powerdns X-SVN-Group: ports-branches X-SVN-Commit-Author: otis X-SVN-Commit-Paths: branches/2021Q1/dns/powerdns X-SVN-Commit-Revision: 565790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 18:55:54 -0000 Author: otis Date: Wed Feb 17 18:55:54 2021 New Revision: 565790 URL: https://svnweb.freebsd.org/changeset/ports/565790 Log: MFH: r565789 dns/powerdns: Update to 4.4.1 Changelog: https://doc.powerdns.com/authoritative/changelog/4.4.html#change-4.4.1 PR: 253405 Submitted by: Ralf van der Enden (maintainer) Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D28641 Modified: branches/2021Q1/dns/powerdns/Makefile branches/2021Q1/dns/powerdns/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/dns/powerdns/Makefile ============================================================================== --- branches/2021Q1/dns/powerdns/Makefile Wed Feb 17 18:53:22 2021 (r565789) +++ branches/2021Q1/dns/powerdns/Makefile Wed Feb 17 18:55:54 2021 (r565790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -DISTVERSION= 4.4.0 +DISTVERSION= 4.4.1 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -17,10 +17,9 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-lib libcurl.so:ftp/curl \ libprotobuf.so:devel/protobuf -USES= autoreconf compiler:c++11-lib cpe gmake libtool localbase:ldflags \ - pathfix pkgconfig ssl tar:bzip2 +USES= autoreconf compiler:c++11-lib cpe gmake libtool \ + localbase:ldflags pathfix pkgconfig ssl tar:bzip2 -USE_LDCONFIG= YES USE_RC_SUBR= pdns USE_SUBMAKE= YES @@ -33,10 +32,12 @@ CONFIGURE_ARGS= --disable-static \ --with-modules="" \ --with-protobuf -INSTALL_TARGET= install-strip -SCRIPTS_ENV= CURDIR2="${.CURDIR}" DISTNAME="${DISTNAME}" MKDIR="${MKDIR}" \ +SCRIPTS_ENV= CURDIR2="${.CURDIR}" \ + DISTNAME="${DISTNAME}" \ + MKDIR="${MKDIR}" \ POWERDNS_OPTIONS="${POWERDNS_OPTIONS}" \ WRKDIRPREFIX="${WRKDIRPREFIX}" +INSTALL_TARGET= install-strip SUB_FILES= pkg-message USERS= pdns Modified: branches/2021Q1/dns/powerdns/distinfo ============================================================================== --- branches/2021Q1/dns/powerdns/distinfo Wed Feb 17 18:53:22 2021 (r565789) +++ branches/2021Q1/dns/powerdns/distinfo Wed Feb 17 18:55:54 2021 (r565790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608327086 -SHA256 (pdns-4.4.0.tar.bz2) = 40cb81d9e0d34edcc7c95435a06125bde0bd1a51692e1db52413e31d7ede0b39 -SIZE (pdns-4.4.0.tar.bz2) = 1270854 +TIMESTAMP = 1612784175 +SHA256 (pdns-4.4.1.tar.bz2) = 03fa7c181c666a5fc44a49affe7666bd385d46c1fe15088caff175967e85ab6c +SIZE (pdns-4.4.1.tar.bz2) = 1276990 From owner-svn-ports-branches@freebsd.org Wed Feb 17 20:09:09 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7DA1530D2A; Wed, 17 Feb 2021 20:09:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgpnx4Lbmz3Jht; Wed, 17 Feb 2021 20:09:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 880782E8A; Wed, 17 Feb 2021 20:09:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HK99T7080900; Wed, 17 Feb 2021 20:09:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HK99cX080899; Wed, 17 Feb 2021 20:09:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102172009.11HK99cX080899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Feb 2021 20:09:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565795 - branches/2021Q1/databases/galera X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/databases/galera X-SVN-Commit-Revision: 565795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 20:09:09 -0000 Author: antoine Date: Wed Feb 17 20:09:08 2021 New Revision: 565795 URL: https://svnweb.freebsd.org/changeset/ports/565795 Log: MFH: r565794 Mark BROKEN on FreeBSD 13 and 14 Reported by: pkg-fallout Modified: branches/2021Q1/databases/galera/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/databases/galera/Makefile ============================================================================== --- branches/2021Q1/databases/galera/Makefile Wed Feb 17 20:08:44 2021 (r565794) +++ branches/2021Q1/databases/galera/Makefile Wed Feb 17 20:09:08 2021 (r565795) @@ -12,6 +12,8 @@ COMMENT= Synchronous multi-master replication engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var' +BROKEN_FreeBSD_14= galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var' BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' BROKEN_armv6= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' BROKEN_armv7= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' From owner-svn-ports-branches@freebsd.org Wed Feb 17 20:11:10 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD978530F1B; Wed, 17 Feb 2021 20:11:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgprG5zVTz3KYn; Wed, 17 Feb 2021 20:11:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFE642F07; Wed, 17 Feb 2021 20:11:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HKBA1Q085214; Wed, 17 Feb 2021 20:11:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HKBAR6085213; Wed, 17 Feb 2021 20:11:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102172011.11HKBAR6085213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Feb 2021 20:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565797 - branches/2021Q1/databases/galera26 X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/databases/galera26 X-SVN-Commit-Revision: 565797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 20:11:10 -0000 Author: antoine Date: Wed Feb 17 20:11:10 2021 New Revision: 565797 URL: https://svnweb.freebsd.org/changeset/ports/565797 Log: MFH: r565796 Mark BROKEN on FreeBSD 13 and 14 Reported by: pkg-fallout Modified: branches/2021Q1/databases/galera26/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/databases/galera26/Makefile ============================================================================== --- branches/2021Q1/databases/galera26/Makefile Wed Feb 17 20:10:52 2021 (r565796) +++ branches/2021Q1/databases/galera26/Makefile Wed Feb 17 20:11:10 2021 (r565797) @@ -13,6 +13,8 @@ COMMENT= Synchronous multi-master replication engine LICENSE= GPLv2 +BROKEN_FreeBSD_13= galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var' +BROKEN_FreeBSD_14= galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var' BROKEN_riscv64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' NOT_FOR_ARCHS= i386 # On i386 older versions of clang produce: From owner-svn-ports-branches@freebsd.org Wed Feb 17 20:16:46 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A8815316A3; Wed, 17 Feb 2021 20:16:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgpyk33SRz3Kv4; Wed, 17 Feb 2021 20:16:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BA862E48; Wed, 17 Feb 2021 20:16:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HKGkRu087274; Wed, 17 Feb 2021 20:16:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HKGkeX087273; Wed, 17 Feb 2021 20:16:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102172016.11HKGkeX087273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Feb 2021 20:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565799 - branches/2021Q1/games/libretro-scummvm X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/games/libretro-scummvm X-SVN-Commit-Revision: 565799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 20:16:46 -0000 Author: antoine Date: Wed Feb 17 20:16:45 2021 New Revision: 565799 URL: https://svnweb.freebsd.org/changeset/ports/565799 Log: MFH: r565798 Mark BROKEN on FreeBSD 13 and 414 Reported by: pkg-fallout Modified: branches/2021Q1/games/libretro-scummvm/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/games/libretro-scummvm/Makefile ============================================================================== --- branches/2021Q1/games/libretro-scummvm/Makefile Wed Feb 17 20:13:55 2021 (r565798) +++ branches/2021Q1/games/libretro-scummvm/Makefile Wed Feb 17 20:16:45 2021 (r565799) @@ -9,6 +9,9 @@ COMMENT= ScummVM with libretro backend LICENSE= GPLv2 +BROKEN_FreeBSD_13= engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' +BROKEN_FreeBSD_14= engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' + USES= compiler:c++11-lib gmake USE_LDCONFIG= yes From owner-svn-ports-branches@freebsd.org Wed Feb 17 20:17:47 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33BA153170F; Wed, 17 Feb 2021 20:17:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgpzv0zQ8z3L2C; Wed, 17 Feb 2021 20:17:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1472829F8; Wed, 17 Feb 2021 20:17:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HKHkfn087498; Wed, 17 Feb 2021 20:17:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HKHkoe087497; Wed, 17 Feb 2021 20:17:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102172017.11HKHkoe087497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Feb 2021 20:17:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565801 - branches/2021Q1/devel/omniORB X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/devel/omniORB X-SVN-Commit-Revision: 565801 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 20:17:47 -0000 Author: antoine Date: Wed Feb 17 20:17:46 2021 New Revision: 565801 URL: https://svnweb.freebsd.org/changeset/ports/565801 Log: MFH: r565800 Mark BROKEN on FreeBSD 13 and 14 Reported by: pkg-fallout Modified: branches/2021Q1/devel/omniORB/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/devel/omniORB/Makefile ============================================================================== --- branches/2021Q1/devel/omniORB/Makefile Wed Feb 17 20:17:25 2021 (r565800) +++ branches/2021Q1/devel/omniORB/Makefile Wed Feb 17 20:17:46 2021 (r565801) @@ -11,6 +11,8 @@ COMMENT= Robust high performance CORBA ORB for C++ and LICENSE= GPLv2 +BROKEN_FreeBSD_13= posix.cc:605:15: error: no matching function for call to 'pthread_detach' +BROKEN_FreeBSD_14= posix.cc:605:15: error: no matching function for call to 'pthread_detach' BROKEN_SSL= openssl BROKEN_SSL_REASON_openssl= member access into incomplete type 'DH' (aka 'dh_st') From owner-svn-ports-branches@freebsd.org Wed Feb 17 20:22:29 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF2BC5317B2; Wed, 17 Feb 2021 20:22:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgq5K62ybz3LD6; Wed, 17 Feb 2021 20:22:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2ABA2E79; Wed, 17 Feb 2021 20:22:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HKMTZH093742; Wed, 17 Feb 2021 20:22:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HKMTnC093741; Wed, 17 Feb 2021 20:22:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102172022.11HKMTnC093741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Feb 2021 20:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565803 - branches/2021Q1/games/libretro-uae X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/games/libretro-uae X-SVN-Commit-Revision: 565803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 20:22:29 -0000 Author: antoine Date: Wed Feb 17 20:22:29 2021 New Revision: 565803 URL: https://svnweb.freebsd.org/changeset/ports/565803 Log: MFH: r565802 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: potgo_value >>> defined at main.c >>> ./sources/src/main.o:(potgo_value) >>> defined at newcpu.c >>> ./sources/src/newcpu.o:(.bss+0x81E50) Reported by: pkg-fallout Modified: branches/2021Q1/games/libretro-uae/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/games/libretro-uae/Makefile ============================================================================== --- branches/2021Q1/games/libretro-uae/Makefile Wed Feb 17 20:20:29 2021 (r565802) +++ branches/2021Q1/games/libretro-uae/Makefile Wed Feb 17 20:22:29 2021 (r565803) @@ -9,6 +9,10 @@ COMMENT= Libretro port of UAE LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: potgo_value +BROKEN_FreeBSD_14= ld: error: duplicate symbol: potgo_value +BROKEN_riscv64= fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic + USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl From owner-svn-ports-branches@freebsd.org Wed Feb 17 20:24:55 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E9BA531929; Wed, 17 Feb 2021 20:24:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgq871lNHz3Lml; Wed, 17 Feb 2021 20:24:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EA3731DE; Wed, 17 Feb 2021 20:24:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HKOs8M093990; Wed, 17 Feb 2021 20:24:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HKOsrB093989; Wed, 17 Feb 2021 20:24:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102172024.11HKOsrB093989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Feb 2021 20:24:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565805 - branches/2021Q1/security/openssl-unsafe X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2021Q1/security/openssl-unsafe X-SVN-Commit-Revision: 565805 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 20:24:55 -0000 Author: antoine Date: Wed Feb 17 20:24:54 2021 New Revision: 565805 URL: https://svnweb.freebsd.org/changeset/ports/565805 Log: MFH: r565804 Mark BROKEN on FreeBSD 13 and 14 Reported by: pkg-fallout Modified: branches/2021Q1/security/openssl-unsafe/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/security/openssl-unsafe/Makefile ============================================================================== --- branches/2021Q1/security/openssl-unsafe/Makefile Wed Feb 17 20:24:36 2021 (r565804) +++ branches/2021Q1/security/openssl-unsafe/Makefile Wed Feb 17 20:24:54 2021 (r565805) @@ -26,6 +26,8 @@ USE_GITHUB= yes GH_ACCOUNT= PeterMosmans GH_TAGNAME= c9ba19c +BROKEN_FreeBSD_13= eng_cryptodev.c:250:19: error: use of undeclared identifier 'CRIOGET' +BROKEN_FreeBSD_14= eng_cryptodev.c:250:19: error: use of undeclared identifier 'CRIOGET' .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld BROKEN_i386= ld: error: unknown argument: -Bforcearchive .endif From owner-svn-ports-branches@freebsd.org Wed Feb 17 23:41:00 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F414553BAA8; Wed, 17 Feb 2021 23:40:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgvVM6ZYCz3vw0; Wed, 17 Feb 2021 23:40:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4B155CE8; Wed, 17 Feb 2021 23:40:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HNex5G011443; Wed, 17 Feb 2021 23:40:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HNevjL011433; Wed, 17 Feb 2021 23:40:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102172340.11HNevjL011433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 17 Feb 2021 23:40:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565828 - in branches/2021Q1: accessibility/wlsunset irc/soju mail/aerc sysutils/seatd textproc/scdoc www/castor x11-clocks/wlclock x11/lavalauncher x11/wev x11/wlrctl x11/wshowkeys X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1: accessibility/wlsunset irc/soju mail/aerc sysutils/seatd textproc/scdoc www/castor x11-clocks/wlclock x11/lavalauncher x11/wev x11/wlrctl x11/wshowkeys X-SVN-Commit-Revision: 565828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 23:41:00 -0000 Author: jbeich Date: Wed Feb 17 23:40:57 2021 New Revision: 565828 URL: https://svnweb.freebsd.org/changeset/ports/565828 Log: MFH: r565827 Unbreak fetch from git.sr.ht GZIP compression ratio and Git footer have changed e.g., method crc date time compressed uncompressed ratio uncompressed_name -defla 944caee6 Dec 7 21:15 12482 71680 82.5% scdoc-1.11.1.tar +defla 944caee6 Feb 17 23:20 12510 71680 82.5% scdoc-1.11.1.tar --- -2.26.2 +2.30.0 Modified: branches/2021Q1/accessibility/wlsunset/distinfo branches/2021Q1/irc/soju/distinfo (contents, props changed) branches/2021Q1/mail/aerc/distinfo branches/2021Q1/sysutils/seatd/distinfo branches/2021Q1/textproc/scdoc/distinfo branches/2021Q1/www/castor/distinfo branches/2021Q1/x11-clocks/wlclock/distinfo branches/2021Q1/x11/lavalauncher/distinfo branches/2021Q1/x11/wev/distinfo branches/2021Q1/x11/wlrctl/distinfo branches/2021Q1/x11/wshowkeys/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/accessibility/wlsunset/distinfo ============================================================================== --- branches/2021Q1/accessibility/wlsunset/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/accessibility/wlsunset/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,11 +1,11 @@ TIMESTAMP = 1603237309 -SHA256 (wlsunset-0.1.0.tar.gz) = 78ec889f74505aa2f9060eebdee05092bda5452104656c0d868b2f0a4998f53c -SIZE (wlsunset-0.1.0.tar.gz) = 10914 -SHA256 (fa2bd4425314.patch) = 30d4c28d29f6b63c2faf2d996f67f193326d019662a417953837913a8f17bca6 +SHA256 (wlsunset-0.1.0.tar.gz) = d9a20744be6a5ef7fceb4e97e831a5c8cec77a95fb8248744ec1e674da3bbe71 +SIZE (wlsunset-0.1.0.tar.gz) = 10927 +SHA256 (fa2bd4425314.patch) = e7b2c787900a4c24de167219f3df9cf2c3f2d066b85efeb975293a0e49139713 SIZE (fa2bd4425314.patch) = 2634 -SHA256 (33c64bc929b2.patch) = ee3e300f940f3ea61404e865c0b81157174111fecebc2f85d6366d9c2a7cbe25 +SHA256 (33c64bc929b2.patch) = f570c06f651bee76ddd7aa864eae4f53096ab4ae78ca69045c78ac775d7b55e6 SIZE (33c64bc929b2.patch) = 971 -SHA256 (ec0c1614af21.patch) = eea84df92cff98adaf3390ee4fdb216e79890ec3016c9b1a184ab697da59a5e9 +SHA256 (ec0c1614af21.patch) = 513ff591d3f9efe489898d20970c184a30cfe502d2fc28c32d174d09e1772169 SIZE (ec0c1614af21.patch) = 1450 -SHA256 (49ad3ce7a8e8.patch) = 892eeca5eee82295a616066a9e2d3db590e0edd43c18f13896725f10617e43e1 +SHA256 (49ad3ce7a8e8.patch) = 54946b51fb7fa95002576891ad8360907c49f4179adb1c75e692b5583ae03756 SIZE (49ad3ce7a8e8.patch) = 970 Modified: branches/2021Q1/irc/soju/distinfo ============================================================================== --- branches/2021Q1/irc/soju/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/irc/soju/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,6 +1,6 @@ TIMESTAMP = 1608214453 -SHA256 (142a8aa629fc.tar.gz) = e4207bf970ca3bee03c7e71759af7dbe8f937fcf7a34a541af10ea2c7109a216 -SIZE (142a8aa629fc.tar.gz) = 3112 +SHA256 (142a8aa629fc.tar.gz) = 20ce2e87df7c3d55486b7be98694c8cf3b9ca626b2785f470e723f291d880fa1 +SIZE (142a8aa629fc.tar.gz) = 3118 SHA256 (emersion-soju-0.0.20201214-0ddc0de_GH0.tar.gz) = 8466d19f82f26c9deb58912692885964d16b46d0aea3ea7c68f7aa381bbb9e0a SIZE (emersion-soju-0.0.20201214-0ddc0de_GH0.tar.gz) = 69092 SHA256 (emersion-go-sasl-7bfe0ed36a21_GH0.tar.gz) = 81a37103a797ba674f0d023c98165ec84a45799971d8834e345077d084abbbb7 Modified: branches/2021Q1/mail/aerc/distinfo ============================================================================== --- branches/2021Q1/mail/aerc/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/mail/aerc/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,12 +1,12 @@ TIMESTAMP = 1589912442 -SHA256 (sircmpwn-aerc-0.4.0_SRHT0.tar.gz) = d369462cc0f76c33d804e586463e4d35d81fba9396ec08c3d3d0579e26091e17 -SIZE (sircmpwn-aerc-0.4.0_SRHT0.tar.gz) = 128549 -SHA256 (sircmpwn-getopt-daaf1274538b_SRHT0.tar.gz) = 4f3b70447ad26e25bdd2c7cade6e9e12ebf73178b3bd28d2a1519cf71c4c7003 -SIZE (sircmpwn-getopt-daaf1274538b_SRHT0.tar.gz) = 8439 -SHA256 (sircmpwn-tcell-3fdb6bc01a50_SRHT0.tar.gz) = 3b53748f8164431f4e17a2ce34f9518db1ba6ad8fff79fe987a39c2a7bc97381 -SIZE (sircmpwn-tcell-3fdb6bc01a50_SRHT0.tar.gz) = 744866 SHA256 (ProtonMail-crypto-71bec3603bf3_GH0.tar.gz) = 6ee574fe34a61fea2e912d57b7b42ba340d5cd346fec13b693c2a372ad672de9 SIZE (ProtonMail-crypto-71bec3603bf3_GH0.tar.gz) = 1985666 +SHA256 (sircmpwn-aerc-0.4.0_SRHT0.tar.gz) = cff4adca315f9b5de80866772b9690f2d4c836eeabd038215e3486e77ee5ce43 +SIZE (sircmpwn-aerc-0.4.0_SRHT0.tar.gz) = 128993 +SHA256 (sircmpwn-getopt-daaf1274538b_SRHT0.tar.gz) = ada68973807198e363abab2f7a6048b859dc9b79bb38787bfef992db49633bfb +SIZE (sircmpwn-getopt-daaf1274538b_SRHT0.tar.gz) = 8465 +SHA256 (sircmpwn-tcell-3fdb6bc01a50_SRHT0.tar.gz) = e85c6e8afd21c18e7efbae5ddc34313a0f5da639ce829fab54e7e3093cf4a537 +SIZE (sircmpwn-tcell-3fdb6bc01a50_SRHT0.tar.gz) = 747593 SHA256 (creack-pty-v1.1.10_GH0.tar.gz) = de36cec98861635ba3379827aa6e577a832905fd482a976ae9797f6fb89e1b53 SIZE (creack-pty-v1.1.10_GH0.tar.gz) = 8410 SHA256 (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 7ebff38d382142f9220d2cfcb4731d0ae90cdef71238c94a15c35f8aa746007f Modified: branches/2021Q1/sysutils/seatd/distinfo ============================================================================== --- branches/2021Q1/sysutils/seatd/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/sysutils/seatd/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,3 +1,3 @@ TIMESTAMP = 1603141867 -SHA256 (seatd-0.4.0.tar.gz) = 3c7458ff0c0d41ddd7734d01a5c5a9110ee5b94f01931e7e41ea0fd0c2e6050f -SIZE (seatd-0.4.0.tar.gz) = 34242 +SHA256 (seatd-0.4.0.tar.gz) = 8c21541303d07c2fb7df4383451f109b3fa7ca06f3388b3a5918dbf5552b7d1b +SIZE (seatd-0.4.0.tar.gz) = 34402 Modified: branches/2021Q1/textproc/scdoc/distinfo ============================================================================== --- branches/2021Q1/textproc/scdoc/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/textproc/scdoc/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,3 +1,3 @@ TIMESTAMP = 1607263172 -SHA256 (scdoc-1.11.1.tar.gz) = e529fcb00508e7e4c5025a745591b805b754b3bd5c84c5192acaefabdfa8f700 -SIZE (scdoc-1.11.1.tar.gz) = 12482 +SHA256 (scdoc-1.11.1.tar.gz) = 1098a1ed2e087596fc0b3f657c1c8a5e00412267aa4baf3619e36824306645b1 +SIZE (scdoc-1.11.1.tar.gz) = 12510 Modified: branches/2021Q1/www/castor/distinfo ============================================================================== --- branches/2021Q1/www/castor/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/www/castor/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,6 +1,6 @@ TIMESTAMP = 1602348616 -SHA256 (castor-0.8.16.tar.gz) = 50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3 -SIZE (castor-0.8.16.tar.gz) = 92128 +SHA256 (castor-0.8.16.tar.gz) = 9a72ed66a10abd9d6fb44c02349f6c4035ff7d89397eb928c90f1465c3cccf7d +SIZE (castor-0.8.16.tar.gz) = 92279 SHA256 (rust/crates/aho-corasick-0.7.13.tar.gz) = 043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86 SIZE (rust/crates/aho-corasick-0.7.13.tar.gz) = 111381 SHA256 (rust/crates/ansi-parser-0.6.5.tar.gz) = 761ac675f1638a6a49e26f6ac3a4067ca3fefa8029816ae4ef8d3fa3d06a5194 Modified: branches/2021Q1/x11-clocks/wlclock/distinfo ============================================================================== --- branches/2021Q1/x11-clocks/wlclock/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/x11-clocks/wlclock/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,5 +1,5 @@ TIMESTAMP = 1601422027 -SHA256 (wlclock-v1.0.0.tar.gz) = cdbc32eb1f68614a09e430eaa24578e4d58475ed8988871fce20a669898a48db -SIZE (wlclock-v1.0.0.tar.gz) = 33738 -SHA256 (0d8ab34550aa.patch) = e576620fe04f62aae8b3dd88d4e7c24f841af9c24ae73f4984d3b1917679597b +SHA256 (wlclock-v1.0.0.tar.gz) = e2f218e70378342c344e7afa43c4361e3308936a7afaf54a0cad9970267a4ff4 +SIZE (wlclock-v1.0.0.tar.gz) = 33798 +SHA256 (0d8ab34550aa.patch) = c2de65b27a89752246685b472c058f755d60bfe1b9e194e96fc4bfd175440261 SIZE (0d8ab34550aa.patch) = 2310 Modified: branches/2021Q1/x11/lavalauncher/distinfo ============================================================================== --- branches/2021Q1/x11/lavalauncher/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/x11/lavalauncher/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,5 +1,5 @@ TIMESTAMP = 1598638301 -SHA256 (lavalauncher-v2.0.0.tar.gz) = 6aa9d6fe189f658dabb709c1902454ebaa7dace8259d39c2256397657a411f9b -SIZE (lavalauncher-v2.0.0.tar.gz) = 92083 -SHA256 (542e8c948889.patch) = 936f12b5f274080cca03eb8eceacae9f9d8daf93f390d69e71ed3f3ed0f734bf +SHA256 (lavalauncher-v2.0.0.tar.gz) = 617598dad94d5b3aa5b47e0895a3306573df9af3806dfa73f8149dbf8d85243a +SIZE (lavalauncher-v2.0.0.tar.gz) = 92243 +SHA256 (542e8c948889.patch) = c196ad0bc59e99d0c6c69bcb3aabed63819f69abf3d2fbd071f88a03def47c0c SIZE (542e8c948889.patch) = 834 Modified: branches/2021Q1/x11/wev/distinfo ============================================================================== --- branches/2021Q1/x11/wev/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/x11/wev/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,5 +1,5 @@ TIMESTAMP = 1581011288 -SHA256 (wev-1.0.0.tar.gz) = 6f004dedf3f5ce10d2fe3cd233d59912756d8a0af021214158d6ec54d66c9d6e -SIZE (wev-1.0.0.tar.gz) = 8619 -SHA256 (0be512fb7058.patch) = 5e0ee32b6d0c7bfeae9eb22d2191dbb48910aedb5a95753bad674d5a75d64c25 +SHA256 (wev-1.0.0.tar.gz) = 613a1df1a4879d50ce72023de14aaf05be2e6f51346e84a69f50fc6d8502bbf4 +SIZE (wev-1.0.0.tar.gz) = 8647 +SHA256 (0be512fb7058.patch) = 94ffd0fe4f132b4675bc211c05c54ab2c6842eaf7efac2ba90a3d071a3e9dfc0 SIZE (0be512fb7058.patch) = 1148 Modified: branches/2021Q1/x11/wlrctl/distinfo ============================================================================== --- branches/2021Q1/x11/wlrctl/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/x11/wlrctl/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,5 +1,5 @@ TIMESTAMP = 1596702887 -SHA256 (wlrctl-v0.2.1.tar.gz) = 844ac533134efa4dd6a0e1c284a264113b9a469c4542fef5f5007cb43afb106b -SIZE (wlrctl-v0.2.1.tar.gz) = 18413 -SHA256 (a9f5699256c9.patch) = 269fc826096ba3817b7fe457f513e9f081ec0318f5970ef03e35942c29073b6c +SHA256 (wlrctl-v0.2.1.tar.gz) = de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c +SIZE (wlrctl-v0.2.1.tar.gz) = 18461 +SHA256 (a9f5699256c9.patch) = 430090be90407f04ae53393f5b2253fcf65c5ed9acba8a3c4a3ade0fdaacccfc SIZE (a9f5699256c9.patch) = 1487 Modified: branches/2021Q1/x11/wshowkeys/distinfo ============================================================================== --- branches/2021Q1/x11/wshowkeys/distinfo Wed Feb 17 23:39:04 2021 (r565827) +++ branches/2021Q1/x11/wshowkeys/distinfo Wed Feb 17 23:40:57 2021 (r565828) @@ -1,3 +1,3 @@ TIMESTAMP = 1585574498 -SHA256 (wshowkeys-s20200330-0-g6388a49.tar.gz) = a60f7e4523a4aba1009f88cd1a42d2bc2489b8d3aeccb0a4bb4e8c18528173f9 -SIZE (wshowkeys-s20200330-0-g6388a49.tar.gz) = 26715 +SHA256 (wshowkeys-s20200330-0-g6388a49.tar.gz) = 1a32d4de6372464aa17f8da10688d03831edc838783ed72ee4ab15d830e0e808 +SIZE (wshowkeys-s20200330-0-g6388a49.tar.gz) = 26748 From owner-svn-ports-branches@freebsd.org Thu Feb 18 00:01:18 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E5FD953CA2F; Thu, 18 Feb 2021 00:01:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgvxp69xkz4RFc; Thu, 18 Feb 2021 00:01:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6E9E614D; Thu, 18 Feb 2021 00:01:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11I01IZ2023743; Thu, 18 Feb 2021 00:01:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11I01ISF023739; Thu, 18 Feb 2021 00:01:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102180001.11I01ISF023739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 18 Feb 2021 00:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565830 - branches/2021Q1/mail/aerc X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/mail/aerc X-SVN-Commit-Revision: 565830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 00:01:19 -0000 Author: jbeich Date: Thu Feb 18 00:01:18 2021 New Revision: 565830 URL: https://svnweb.freebsd.org/changeset/ports/565830 Log: MFH: r565829 mail/aerc: unbreak fetch due to dependency rename $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles) [...] => ProtonMail-crypto-71bec3603bf3_GH0.tar.gz doesn't seem to exist in /tmp/distfiles.vIqG0oUY/. => Attempting to fetch https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz fetch: https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz: size unknown fetch: https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz: size of remote file is not known ProtonMail-crypto-71bec3603bf3_GH0.tar.gz 1939 kB 2391 kBps 00s => Fetched file size mismatch (expected 1985666, actual 1985937) => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles.vIqG0oUY/ and try again. *** Error code 1 Modified: branches/2021Q1/mail/aerc/Makefile branches/2021Q1/mail/aerc/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/mail/aerc/Makefile ============================================================================== --- branches/2021Q1/mail/aerc/Makefile Thu Feb 18 00:00:43 2021 (r565829) +++ branches/2021Q1/mail/aerc/Makefile Thu Feb 18 00:01:18 2021 (r565830) @@ -14,7 +14,7 @@ BUILD_DEPENDS= scdoc:textproc/scdoc USES= go:modules,no_targets USE_GITHUB= nodefault -GH_TUPLE= ProtonMail:crypto:71bec3603bf3:protonmail_crypto/vendor/golang.org/x/crypto \ +GH_TUPLE= ProtonMail:go-crypto:71bec3603bf3:protonmail_crypto/vendor/golang.org/x/crypto \ creack:pty:v1.1.10:creack_pty/vendor/github.com/creack/pty \ danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ Modified: branches/2021Q1/mail/aerc/distinfo ============================================================================== --- branches/2021Q1/mail/aerc/distinfo Thu Feb 18 00:00:43 2021 (r565829) +++ branches/2021Q1/mail/aerc/distinfo Thu Feb 18 00:01:18 2021 (r565830) @@ -1,12 +1,12 @@ TIMESTAMP = 1589912442 -SHA256 (ProtonMail-crypto-71bec3603bf3_GH0.tar.gz) = 6ee574fe34a61fea2e912d57b7b42ba340d5cd346fec13b693c2a372ad672de9 -SIZE (ProtonMail-crypto-71bec3603bf3_GH0.tar.gz) = 1985666 SHA256 (sircmpwn-aerc-0.4.0_SRHT0.tar.gz) = cff4adca315f9b5de80866772b9690f2d4c836eeabd038215e3486e77ee5ce43 SIZE (sircmpwn-aerc-0.4.0_SRHT0.tar.gz) = 128993 SHA256 (sircmpwn-getopt-daaf1274538b_SRHT0.tar.gz) = ada68973807198e363abab2f7a6048b859dc9b79bb38787bfef992db49633bfb SIZE (sircmpwn-getopt-daaf1274538b_SRHT0.tar.gz) = 8465 SHA256 (sircmpwn-tcell-3fdb6bc01a50_SRHT0.tar.gz) = e85c6e8afd21c18e7efbae5ddc34313a0f5da639ce829fab54e7e3093cf4a537 SIZE (sircmpwn-tcell-3fdb6bc01a50_SRHT0.tar.gz) = 747593 +SHA256 (ProtonMail-go-crypto-71bec3603bf3_GH0.tar.gz) = 392ebb83083271f4540a2752b8805d379a437e50d89f53c0a1c0203d45cd96e8 +SIZE (ProtonMail-go-crypto-71bec3603bf3_GH0.tar.gz) = 1985937 SHA256 (creack-pty-v1.1.10_GH0.tar.gz) = de36cec98861635ba3379827aa6e577a832905fd482a976ae9797f6fb89e1b53 SIZE (creack-pty-v1.1.10_GH0.tar.gz) = 8410 SHA256 (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 7ebff38d382142f9220d2cfcb4731d0ae90cdef71238c94a15c35f8aa746007f From owner-svn-ports-branches@freebsd.org Thu Feb 18 00:15:32 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CB4653D2CF; Thu, 18 Feb 2021 00:15:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgwGD1XzKz4S0X; Thu, 18 Feb 2021 00:15:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27CBC6718; Thu, 18 Feb 2021 00:15:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11I0FV5v035781; Thu, 18 Feb 2021 00:15:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11I0FVaA035779; Thu, 18 Feb 2021 00:15:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102180015.11I0FVaA035779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 18 Feb 2021 00:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565833 - branches/2021Q1/x11-servers/xwayland-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/x11-servers/xwayland-devel X-SVN-Commit-Revision: 565833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 00:15:32 -0000 Author: jbeich Date: Thu Feb 18 00:15:31 2021 New Revision: 565833 URL: https://svnweb.freebsd.org/changeset/ports/565833 Log: MFH: r565831 x11-servers/xwayland-devel: update to 1.20.0.844 Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/a4095162c...c9a3b14c1 Modified: branches/2021Q1/x11-servers/xwayland-devel/Makefile branches/2021Q1/x11-servers/xwayland-devel/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11-servers/xwayland-devel/Makefile ============================================================================== --- branches/2021Q1/x11-servers/xwayland-devel/Makefile Thu Feb 18 00:15:11 2021 (r565832) +++ branches/2021Q1/x11-servers/xwayland-devel/Makefile Thu Feb 18 00:15:31 2021 (r565833) @@ -2,8 +2,8 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-839 -DISTVERSIONSUFFIX= -ga4095162c +DISTVERSION= 1.20.0-844 +DISTVERSIONSUFFIX= -gc9a3b14c1 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel Modified: branches/2021Q1/x11-servers/xwayland-devel/distinfo ============================================================================== --- branches/2021Q1/x11-servers/xwayland-devel/distinfo Thu Feb 18 00:15:11 2021 (r565832) +++ branches/2021Q1/x11-servers/xwayland-devel/distinfo Thu Feb 18 00:15:31 2021 (r565833) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613378520 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-839-ga4095162c_GH0.tar.gz) = f771884e93dfb81a3ec2b75f48227f54f8f38d44570d1520af0d1fe467200582 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-839-ga4095162c_GH0.tar.gz) = 5119851 +TIMESTAMP = 1613584413 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-844-gc9a3b14c1_GH0.tar.gz) = 34b68a7ef6a28a7a8855027d48d36a43a8427a727e0dca050457d6e4ac35c92c +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-844-gc9a3b14c1_GH0.tar.gz) = 5120205 SHA256 (231720f8b212.patch) = ed3db053b86e5c7492cefb9dbb3dd373609f9318a5b848382aac59da322188f0 SIZE (231720f8b212.patch) = 10714 SHA256 (48a7bfeb4687.patch) = ae284622227b317085360f61553bae7fc21a57f4d2b6d4133a6ead0c93b47cee From owner-svn-ports-branches@freebsd.org Thu Feb 18 00:17:47 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91DD453D433; Thu, 18 Feb 2021 00:17:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgwJq3lF2z4SB0; Thu, 18 Feb 2021 00:17:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E63D6780; Thu, 18 Feb 2021 00:17:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11I0HleP036065; Thu, 18 Feb 2021 00:17:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11I0HlcY036063; Thu, 18 Feb 2021 00:17:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102180017.11I0HlcY036063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 18 Feb 2021 00:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565834 - branches/2021Q1/x11-wm/river X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/x11-wm/river X-SVN-Commit-Revision: 565834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 00:17:47 -0000 Author: jbeich Date: Thu Feb 18 00:17:46 2021 New Revision: 565834 URL: https://svnweb.freebsd.org/changeset/ports/565834 Log: MFH: r564751 r564919 r565375 r565832 x11-wm/river: update to s20210217 Changes: https://github.com/ifreund/river/compare/96d460c...3d66cbd Modified: branches/2021Q1/x11-wm/river/Makefile branches/2021Q1/x11-wm/river/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11-wm/river/Makefile ============================================================================== --- branches/2021Q1/x11-wm/river/Makefile Thu Feb 18 00:15:31 2021 (r565833) +++ branches/2021Q1/x11-wm/river/Makefile Thu Feb 18 00:17:46 2021 (r565834) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= river -PORTVERSION= s20210203 +PORTVERSION= s20210217 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -22,11 +22,11 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= 96d460c +GH_TAGNAME= 3d66cbd GH_TUPLE= ifreund:zig-pixman:7847fd1:zig_pixman/deps/zig-pixman \ - ifreund:zig-wayland:6880196:zig_wayland/deps/zig-wayland \ + ifreund:zig-wayland:5def9c5:zig_wayland/deps/zig-wayland \ ifreund:zig-xkbcommon:9e4d41f:zig_xkbcommon/deps/zig-xkbcommon \ - swaywm:zig-wlroots:5bc7fcf:zig_wlroots/deps/zig-wlroots + swaywm:zig-wlroots:b38d3d5:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ Modified: branches/2021Q1/x11-wm/river/distinfo ============================================================================== --- branches/2021Q1/x11-wm/river/distinfo Thu Feb 18 00:15:31 2021 (r565833) +++ branches/2021Q1/x11-wm/river/distinfo Thu Feb 18 00:17:46 2021 (r565834) @@ -1,11 +1,11 @@ -TIMESTAMP = 1612287729 -SHA256 (ifreund-river-s20210203-96d460c_GH0.tar.gz) = fc30bdc78111c1a481621c94b7a2ccd7c6d4e7870a36592b90581e3285c8ca4d -SIZE (ifreund-river-s20210203-96d460c_GH0.tar.gz) = 99182 +TIMESTAMP = 1613595705 +SHA256 (ifreund-river-s20210217-3d66cbd_GH0.tar.gz) = 3ffc9072e40363e69a6ecd7b9d35485943b6d65cece0eddc19cd831199783912 +SIZE (ifreund-river-s20210217-3d66cbd_GH0.tar.gz) = 99659 SHA256 (ifreund-zig-pixman-7847fd1_GH0.tar.gz) = d2f5eef6d8566565c25f0df08aac7d537f303f6ab2b7e7a2aca3a556df60053c SIZE (ifreund-zig-pixman-7847fd1_GH0.tar.gz) = 6548 -SHA256 (ifreund-zig-wayland-6880196_GH0.tar.gz) = ee7a703ce4d8f49addb03f5ecf64f7b03591c18338082ddbfab2bcecb9aaafda -SIZE (ifreund-zig-wayland-6880196_GH0.tar.gz) = 53175 +SHA256 (ifreund-zig-wayland-5def9c5_GH0.tar.gz) = 1b98a80260ad3b8f0ace458c9969d4fdca407592e82b424f4e5e13aee304fe28 +SIZE (ifreund-zig-wayland-5def9c5_GH0.tar.gz) = 52910 SHA256 (ifreund-zig-xkbcommon-9e4d41f_GH0.tar.gz) = 3af5c9a448cf311d9cc819c8fd1dba114fbd7a4407f4174f95e4c82bb37f447b SIZE (ifreund-zig-xkbcommon-9e4d41f_GH0.tar.gz) = 19025 -SHA256 (swaywm-zig-wlroots-5bc7fcf_GH0.tar.gz) = c95d76b99383d781df4cee1d05e0c5dace6b2873ac46aa47eb8405ca33039e3e -SIZE (swaywm-zig-wlroots-5bc7fcf_GH0.tar.gz) = 32108 +SHA256 (swaywm-zig-wlroots-b38d3d5_GH0.tar.gz) = 6b530e2db4277d5f291894056fa95dc795f076770208d37529458169f4106c26 +SIZE (swaywm-zig-wlroots-b38d3d5_GH0.tar.gz) = 33136 From owner-svn-ports-branches@freebsd.org Thu Feb 18 00:30:07 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7BD0353F643; Thu, 18 Feb 2021 00:30:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgwb3387pz4TKH; Thu, 18 Feb 2021 00:30:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5ED046825; Thu, 18 Feb 2021 00:30:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11I0U7eU042719; Thu, 18 Feb 2021 00:30:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11I0U6b3042718; Thu, 18 Feb 2021 00:30:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102180030.11I0U6b3042718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 18 Feb 2021 00:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565837 - branches/2021Q1/graphics/mesa-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/graphics/mesa-devel X-SVN-Commit-Revision: 565837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 00:30:07 -0000 Author: jbeich Date: Thu Feb 18 00:30:06 2021 New Revision: 565837 URL: https://svnweb.freebsd.org/changeset/ports/565837 Log: MFH: r565836 graphics/mesa-devel: update to 21.0.b.1876 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8300bc1f169...575756274a8 Modified: branches/2021Q1/graphics/mesa-devel/Makefile branches/2021Q1/graphics/mesa-devel/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/mesa-devel/Makefile ============================================================================== --- branches/2021Q1/graphics/mesa-devel/Makefile Thu Feb 18 00:29:43 2021 (r565836) +++ branches/2021Q1/graphics/mesa-devel/Makefile Thu Feb 18 00:30:06 2021 (r565837) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-1739 -DISTVERSIONSUFFIX= -g8300bc1f169 +DISTVERSION= 21.0-branchpoint-1876 +DISTVERSIONSUFFIX= -g575756274a8 CATEGORIES= graphics PKGNAMESUFFIX= -devel Modified: branches/2021Q1/graphics/mesa-devel/distinfo ============================================================================== --- branches/2021Q1/graphics/mesa-devel/distinfo Thu Feb 18 00:29:43 2021 (r565836) +++ branches/2021Q1/graphics/mesa-devel/distinfo Thu Feb 18 00:30:06 2021 (r565837) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613423827 -SHA256 (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 17ea7c6677120c2a8f21baf54c9df9f9f397ef6b0388445fa6c8948c1927ef68 -SIZE (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 22924025 +TIMESTAMP = 1613606537 +SHA256 (mesa3d-mesa-21.0-branchpoint-1876-g575756274a8_GH0.tar.gz) = 3363bbd6b075be2ff9d64c488c56ade46fb957ab774496e8b6aaf7e56b5673c7 +SIZE (mesa3d-mesa-21.0-branchpoint-1876-g575756274a8_GH0.tar.gz) = 22941781 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 SIZE (9f52b5177728.patch) = 832 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 From owner-svn-ports-branches@freebsd.org Thu Feb 18 00:47:20 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C16553F9F4; Thu, 18 Feb 2021 00:47:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgwyw2dy9z4VlP; Thu, 18 Feb 2021 00:47:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D6AE6C27; Thu, 18 Feb 2021 00:47:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11I0lKLd055332; Thu, 18 Feb 2021 00:47:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11I0lKl8055331; Thu, 18 Feb 2021 00:47:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102180047.11I0lKl8055331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 18 Feb 2021 00:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565842 - branches/2021Q1/graphics/jpeg-xl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/graphics/jpeg-xl X-SVN-Commit-Revision: 565842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 00:47:20 -0000 Author: jbeich Date: Thu Feb 18 00:47:19 2021 New Revision: 565842 URL: https://svnweb.freebsd.org/changeset/ports/565842 Log: MFH: r565841 graphics/jpeg-xl: drop BROKEN obsolete after r557364 Modified: branches/2021Q1/graphics/jpeg-xl/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/jpeg-xl/Makefile ============================================================================== --- branches/2021Q1/graphics/jpeg-xl/Makefile Thu Feb 18 00:46:54 2021 (r565841) +++ branches/2021Q1/graphics/jpeg-xl/Makefile Thu Feb 18 00:47:19 2021 (r565842) @@ -45,7 +45,6 @@ GIMP_LIB_DEPENDS= libgegl-0.4.so:graphics/gegl \ JPEG_USES= jpeg JPEG_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_JPEG -JPEG_BROKEN_OFF= https://gitlab.com/wg1/jpeg-xl/-/issues/65 OPENEXR_LIB_DEPENDS= libHalf.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr From owner-svn-ports-branches@freebsd.org Thu Feb 18 07:06:50 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02BBD52CE86; Thu, 18 Feb 2021 07:06:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dh5Nn6j6Vz3KMy; Thu, 18 Feb 2021 07:06:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8E6D140A9; Thu, 18 Feb 2021 07:06:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11I76n3f093739; Thu, 18 Feb 2021 07:06:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11I76mXt093731; Thu, 18 Feb 2021 07:06:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202102180706.11I76mXt093731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 18 Feb 2021 07:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565908 - in branches/2021Q1/dns: bind911 bind911/files bind916 bind916/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in branches/2021Q1/dns: bind911 bind911/files bind916 bind916/files X-SVN-Commit-Revision: 565908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 07:06:50 -0000 Author: mat Date: Thu Feb 18 07:06:48 2021 New Revision: 565908 URL: https://svnweb.freebsd.org/changeset/ports/565908 Log: MFH: r565906 r565907 Update to 9.11.28 & 9.16.12 Security: CVE-2020-8625 Modified: branches/2021Q1/dns/bind911/Makefile branches/2021Q1/dns/bind911/distinfo branches/2021Q1/dns/bind911/files/patch-configure branches/2021Q1/dns/bind916/Makefile branches/2021Q1/dns/bind916/distinfo branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl branches/2021Q1/dns/bind916/files/patch-configure Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/dns/bind911/Makefile ============================================================================== --- branches/2021Q1/dns/bind911/Makefile Thu Feb 18 07:05:01 2021 (r565907) +++ branches/2021Q1/dns/bind911/Makefile Thu Feb 18 07:06:48 2021 (r565908) @@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= cpe libedit pkgconfig # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.27 +ISCVERSION= 9.11.28 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2021Q1/dns/bind911/distinfo ============================================================================== --- branches/2021Q1/dns/bind911/distinfo Thu Feb 18 07:05:01 2021 (r565907) +++ branches/2021Q1/dns/bind911/distinfo Thu Feb 18 07:06:48 2021 (r565908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611312288 -SHA256 (bind-9.11.27.tar.gz) = 4cf9f244e2ae63fb4cf846b87c89f3f7d15e83c075d65165ef89a8ff1b376702 -SIZE (bind-9.11.27.tar.gz) = 8289413 +TIMESTAMP = 1613395465 +SHA256 (bind-9.11.28.tar.gz) = 1090cbe6caba37c404d1075887da7e5282ae9a2bc6172d722df15cd480975e74 +SIZE (bind-9.11.28.tar.gz) = 8295208 Modified: branches/2021Q1/dns/bind911/files/patch-configure ============================================================================== --- branches/2021Q1/dns/bind911/files/patch-configure Thu Feb 18 07:05:01 2021 (r565907) +++ branches/2021Q1/dns/bind911/files/patch-configure Thu Feb 18 07:06:48 2021 (r565908) @@ -3,7 +3,7 @@ - Make sure only json-c is detected. - Cleanup the BDB discovery code to find more recent versions. ---- configure.orig 2020-11-16 21:14:24 UTC +--- configure.orig 2021-02-04 13:06:04 UTC +++ configure @@ -15692,27 +15692,9 @@ done # problems start to show up. @@ -124,7 +124,7 @@ have_libjson_c="yes" else as_fn_error $? "$use_libjson/include/json{,-c}/json.h not found." "$LINENO" 5 -@@ -24986,7 +24915,7 @@ $as_echo "" >&6; } +@@ -24987,7 +24916,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: branches/2021Q1/dns/bind916/Makefile ============================================================================== --- branches/2021Q1/dns/bind916/Makefile Thu Feb 18 07:05:01 2021 (r565907) +++ branches/2021Q1/dns/bind916/Makefile Thu Feb 18 07:06:48 2021 (r565908) @@ -41,7 +41,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.16.11 +ISCVERSION= 9.16.12 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2021Q1/dns/bind916/distinfo ============================================================================== --- branches/2021Q1/dns/bind916/distinfo Thu Feb 18 07:05:01 2021 (r565907) +++ branches/2021Q1/dns/bind916/distinfo Thu Feb 18 07:06:48 2021 (r565908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611312333 -SHA256 (bind-9.16.11.tar.xz) = 0111f64dd7d8f515cfa129e181cce96ff82070d1b27f11a21f6856110d0699c1 -SIZE (bind-9.16.11.tar.xz) = 5007520 +TIMESTAMP = 1613395604 +SHA256 (bind-9.16.12.tar.xz) = 9914af9311fd349cab441097898d94fb28d0bfd9bf6ed04fe1f97f042644da7f +SIZE (bind-9.16.12.tar.xz) = 5017756 Modified: branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl Thu Feb 18 07:05:01 2021 (r565907) +++ branches/2021Q1/dns/bind916/files/extrapatch-bind-min-override-ttl Thu Feb 18 07:06:48 2021 (r565908) @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2021-01-11 13:23:31 UTC +--- bin/named/config.c.orig 2021-02-04 11:35:16 UTC +++ bin/named/config.c -@@ -179,6 +179,7 @@ options {\n\ +@@ -180,6 +180,7 @@ options {\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\n\ @@ -10,7 +10,7 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2021-01-11 13:23:31 UTC +--- bin/named/server.c.orig 2021-02-04 11:35:16 UTC +++ bin/named/server.c @@ -4347,6 +4347,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- lib/dns/include/dns/view.h.orig 2021-01-11 13:23:31 UTC +--- lib/dns/include/dns/view.h.orig 2021-02-04 11:35:16 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -34,9 +34,9 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2021-01-11 13:23:31 UTC +--- lib/dns/resolver.c.orig 2021-02-04 11:35:16 UTC +++ lib/dns/resolver.c -@@ -6281,6 +6281,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6478,6 +6478,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } /* @@ -49,9 +49,9 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2021-01-11 13:23:31 UTC +--- lib/isccfg/namedconf.c.orig 2021-02-04 11:35:16 UTC +++ lib/isccfg/namedconf.c -@@ -2023,6 +2023,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2047,6 +2047,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: branches/2021Q1/dns/bind916/files/patch-configure ============================================================================== --- branches/2021Q1/dns/bind916/files/patch-configure Thu Feb 18 07:05:01 2021 (r565907) +++ branches/2021Q1/dns/bind916/files/patch-configure Thu Feb 18 07:06:48 2021 (r565908) @@ -1,8 +1,8 @@ Fixup gssapi and db detection. ---- configure.orig 2021-01-11 13:23:31 UTC +--- configure.orig 2021-02-04 11:35:16 UTC +++ configure -@@ -17708,27 +17708,9 @@ done +@@ -17701,27 +17701,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -32,7 +32,7 @@ Fixup gssapi and db detection. { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -17771,47 +17753,7 @@ $as_echo "no" >&6; } ;; +@@ -17764,47 +17746,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -81,7 +81,7 @@ Fixup gssapi and db detection. DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23227,7 +23169,7 @@ $as_echo "" >&6; } +@@ -23199,7 +23141,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-branches@freebsd.org Thu Feb 18 12:32:49 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E331536952; Thu, 18 Feb 2021 12:32:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhDcx0qHKz3vqn; Thu, 18 Feb 2021 12:32:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F183186A1; Thu, 18 Feb 2021 12:32:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ICWm06095589; Thu, 18 Feb 2021 12:32:48 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11ICWmo2095587; Thu, 18 Feb 2021 12:32:48 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202102181232.11ICWmo2095587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 18 Feb 2021 12:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565925 - branches/2021Q1/lang/retro12 X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2021Q1/lang/retro12 X-SVN-Commit-Revision: 565925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 12:32:49 -0000 Author: fernape Date: Thu Feb 18 12:32:48 2021 New Revision: 565925 URL: https://svnweb.freebsd.org/changeset/ports/565925 Log: MFH: r565924 lang/retro12: Update to 2021.2 ChangeLog: * fixes a bug causing address stack corruption in some circumstances * improved handling of pipes * added `abort` * add support for user defined block delimiters PR: 253610 Submitted by: crc@forthworks.com Modified: branches/2021Q1/lang/retro12/Makefile branches/2021Q1/lang/retro12/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/lang/retro12/Makefile ============================================================================== --- branches/2021Q1/lang/retro12/Makefile Thu Feb 18 12:30:57 2021 (r565924) +++ branches/2021Q1/lang/retro12/Makefile Thu Feb 18 12:32:48 2021 (r565925) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= retro12 -DISTVERSION= 2020.10 +DISTVERSION= 2021.2 CATEGORIES= lang MASTER_SITES= http://forthworks.com/retro/r/ \ https://forthworks.com/retro/r/ Modified: branches/2021Q1/lang/retro12/distinfo ============================================================================== --- branches/2021Q1/lang/retro12/distinfo Thu Feb 18 12:30:57 2021 (r565924) +++ branches/2021Q1/lang/retro12/distinfo Thu Feb 18 12:32:48 2021 (r565925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603639325 -SHA256 (RETRO12-2020.10.tar.gz) = 35bed1f2ea7c74227bf4c05cd4772f621291b1fc99f30387e270c3dfd187be7b -SIZE (RETRO12-2020.10.tar.gz) = 864416 +TIMESTAMP = 1613625090 +SHA256 (RETRO12-2021.2.tar.gz) = b2ee8e0f270a8559a733992a129425284c54001407b6a53a24cee2ce1d1d7890 +SIZE (RETRO12-2021.2.tar.gz) = 1113834 From owner-svn-ports-branches@freebsd.org Thu Feb 18 13:10:15 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9BE0A5372C0; Thu, 18 Feb 2021 13:10:15 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhFS73pPTz4TgL; Thu, 18 Feb 2021 13:10:15 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71BD218F00; Thu, 18 Feb 2021 13:10:15 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IDAFxY014884; Thu, 18 Feb 2021 13:10:15 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IDAEAc014881; Thu, 18 Feb 2021 13:10:14 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <202102181310.11IDAEAc014881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Thu, 18 Feb 2021 13:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565932 - branches/2021Q1/security/knocker X-SVN-Group: ports-branches X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: branches/2021Q1/security/knocker X-SVN-Commit-Revision: 565932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 13:10:15 -0000 Author: sbz Date: Thu Feb 18 13:10:14 2021 New Revision: 565932 URL: https://svnweb.freebsd.org/changeset/ports/565932 Log: MFH: r565931 - Update to 0.8.0 - Unbreak and make portlint happy Modified: branches/2021Q1/security/knocker/Makefile branches/2021Q1/security/knocker/distinfo branches/2021Q1/security/knocker/pkg-descr Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/security/knocker/Makefile ============================================================================== --- branches/2021Q1/security/knocker/Makefile Thu Feb 18 12:57:22 2021 (r565931) +++ branches/2021Q1/security/knocker/Makefile Thu Feb 18 13:10:14 2021 (r565932) @@ -2,12 +2,17 @@ # $FreeBSD$ PORTNAME= knocker -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= security net MASTER_SITES= SF MAINTAINER= sbz@FreeBSD.org COMMENT= Simple and easy to use TCP only port scanner (Console version) + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf GNU_CONFIGURE= yes Modified: branches/2021Q1/security/knocker/distinfo ============================================================================== --- branches/2021Q1/security/knocker/distinfo Thu Feb 18 12:57:22 2021 (r565931) +++ branches/2021Q1/security/knocker/distinfo Thu Feb 18 13:10:14 2021 (r565932) @@ -1,2 +1,3 @@ -SHA256 (knocker-0.7.1.tar.gz) = db6f2a9e9705e3b678b9fd7fdd32ccdf13ab3f2dba2a6d053530a2faf67faf8d -SIZE (knocker-0.7.1.tar.gz) = 72132 +TIMESTAMP = 1613643299 +SHA256 (knocker-0.8.0.tar.gz) = c3d19e68297778257c0c02e26d67c7b1f6c80d4771a6497795673d8ea31368ba +SIZE (knocker-0.8.0.tar.gz) = 117380 Modified: branches/2021Q1/security/knocker/pkg-descr ============================================================================== --- branches/2021Q1/security/knocker/pkg-descr Thu Feb 18 12:57:22 2021 (r565931) +++ branches/2021Q1/security/knocker/pkg-descr Thu Feb 18 13:10:14 2021 (r565932) @@ -2,4 +2,4 @@ Knocker is a simple and easy to use TCP (no UDP yet) s scanner which is able to analyze hosts and all of the different services started on them. (Console version) -WWW: http://knocker.sourceforge.net/ +WWW: https://knocker.sourceforge.io From owner-svn-ports-branches@freebsd.org Thu Feb 18 16:35:54 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC06D53F156; Thu, 18 Feb 2021 16:35:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhL1Q4WC4z4mr7; Thu, 18 Feb 2021 16:35:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DF931B761; Thu, 18 Feb 2021 16:35:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IGZs2A044627; Thu, 18 Feb 2021 16:35:54 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IGZsmE044626; Thu, 18 Feb 2021 16:35:54 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202102181635.11IGZsmE044626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 18 Feb 2021 16:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565950 - branches/2021Q1/textproc/libebml X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: branches/2021Q1/textproc/libebml X-SVN-Commit-Revision: 565950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 16:35:54 -0000 Author: tcberner Date: Thu Feb 18 16:35:53 2021 New Revision: 565950 URL: https://svnweb.freebsd.org/changeset/ports/565950 Log: MFH: r565949 textproc/libebml: update to 1.4.3 Changelog: * Fixed several heap overflow bugs in the `ReadData` functions of various data type classes. This fixes CVE-2021-3405. Security: CVE-2021-3405 Modified: branches/2021Q1/textproc/libebml/Makefile branches/2021Q1/textproc/libebml/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/textproc/libebml/Makefile ============================================================================== --- branches/2021Q1/textproc/libebml/Makefile Thu Feb 18 16:35:18 2021 (r565949) +++ branches/2021Q1/textproc/libebml/Makefile Thu Feb 18 16:35:53 2021 (r565950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libebml -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= textproc MASTER_SITES= https://dl.matroska.org/downloads/libebml/ Modified: branches/2021Q1/textproc/libebml/distinfo ============================================================================== --- branches/2021Q1/textproc/libebml/distinfo Thu Feb 18 16:35:18 2021 (r565949) +++ branches/2021Q1/textproc/libebml/distinfo Thu Feb 18 16:35:53 2021 (r565950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609850626 -SHA256 (libebml-1.4.1.tar.xz) = 6e94c669405061aa0d25a523b9f1bea8ac73536e37721a110b3372c7f8717032 -SIZE (libebml-1.4.1.tar.xz) = 70096 +TIMESTAMP = 1613664362 +SHA256 (libebml-1.4.2.tar.xz) = 41c7237ce05828fb220f62086018b080af4db4bb142f31bec0022c925889b9f2 +SIZE (libebml-1.4.2.tar.xz) = 70484 From owner-svn-ports-branches@freebsd.org Thu Feb 18 18:13:38 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2149543F58; Thu, 18 Feb 2021 18:13:38 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhNB86dzvz3D4v; Thu, 18 Feb 2021 18:13:35 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C21161D18A; Thu, 18 Feb 2021 18:13:34 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IIDYaU007257; Thu, 18 Feb 2021 18:13:34 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IIDYon007255; Thu, 18 Feb 2021 18:13:34 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202102181813.11IIDYon007255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Thu, 18 Feb 2021 18:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565960 - branches/2021Q1/ports-mgmt/pkg X-SVN-Group: ports-branches X-SVN-Commit-Author: manu X-SVN-Commit-Paths: branches/2021Q1/ports-mgmt/pkg X-SVN-Commit-Revision: 565960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 18:13:39 -0000 Author: manu Date: Thu Feb 18 18:13:33 2021 New Revision: 565960 URL: https://svnweb.freebsd.org/changeset/ports/565960 Log: MFH: r562140 r565958 ports-mgmt/pkg: Update to 1.16.2 Changes from 1.16.1 to 1.16.2 - libpkg: add a snap(shot) version prefix - libpkg: only upgrade installed packages with pattern matches - Document pkg-lock(8) accepts a list of packages Approved by: bapt (implicit) ports-mgmt/pkg: Update to 1.16.3 - lua: filecmp: Fix for symlink PR: 253292, 250439 Approved by: bapt (implicit) Modified: branches/2021Q1/ports-mgmt/pkg/Makefile branches/2021Q1/ports-mgmt/pkg/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2021Q1/ports-mgmt/pkg/Makefile Thu Feb 18 18:11:36 2021 (r565959) +++ branches/2021Q1/ports-mgmt/pkg/Makefile Thu Feb 18 18:13:33 2021 (r565960) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.16.1 +DISTVERSION= 1.16.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ Modified: branches/2021Q1/ports-mgmt/pkg/distinfo ============================================================================== --- branches/2021Q1/ports-mgmt/pkg/distinfo Thu Feb 18 18:11:36 2021 (r565959) +++ branches/2021Q1/ports-mgmt/pkg/distinfo Thu Feb 18 18:13:33 2021 (r565960) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608997580 -SHA256 (freebsd-pkg-1.16.1_GH0.tar.gz) = 193f1b2ef2caf73425b9bd04e3da8b629d23e397e6d973ac4ae1baf982560193 -SIZE (freebsd-pkg-1.16.1_GH0.tar.gz) = 3833163 +TIMESTAMP = 1613671680 +SHA256 (freebsd-pkg-1.16.3_GH0.tar.gz) = db4bba12ba56521b21b01ac2e404a57ff12f631a4fb3363316f98fc1f189e883 +SIZE (freebsd-pkg-1.16.3_GH0.tar.gz) = 3834224 From owner-svn-ports-branches@freebsd.org Thu Feb 18 18:21:31 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4757D54482C; Thu, 18 Feb 2021 18:21:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhNMH1f2Kz3G9t; Thu, 18 Feb 2021 18:21:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 292F31D299; Thu, 18 Feb 2021 18:21:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IILVnI013059; Thu, 18 Feb 2021 18:21:31 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IILUm7013056; Thu, 18 Feb 2021 18:21:30 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202102181821.11IILUm7013056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 18 Feb 2021 18:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565965 - branches/2021Q1/security/openssl-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2021Q1/security/openssl-devel X-SVN-Commit-Revision: 565965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 18:21:31 -0000 Author: brnrd Date: Thu Feb 18 18:21:30 2021 New Revision: 565965 URL: https://svnweb.freebsd.org/changeset/ports/565965 Log: MFH: r565963 security/openssl-devel: Security update to 3.0.0alpha12 Security: 96a21236-707b-11eb-96d8-d4c9ef517024 Approved by: ports-secteam (blanket) Modified: branches/2021Q1/security/openssl-devel/Makefile branches/2021Q1/security/openssl-devel/distinfo branches/2021Q1/security/openssl-devel/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/security/openssl-devel/Makefile ============================================================================== --- branches/2021Q1/security/openssl-devel/Makefile Thu Feb 18 18:19:35 2021 (r565964) +++ branches/2021Q1/security/openssl-devel/Makefile Thu Feb 18 18:21:30 2021 (r565965) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -DISTVERSION= 3.0.0-alpha9 -PORTREVISION= 1 +DISTVERSION= 3.0.0-alpha12 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ Modified: branches/2021Q1/security/openssl-devel/distinfo ============================================================================== --- branches/2021Q1/security/openssl-devel/distinfo Thu Feb 18 18:19:35 2021 (r565964) +++ branches/2021Q1/security/openssl-devel/distinfo Thu Feb 18 18:21:30 2021 (r565965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606502502 -SHA256 (openssl-3.0.0-alpha9.tar.gz) = 5762545c972d5e48783c751d3188ac19f6f9154ee4899433ba15f01c56b3eee6 -SIZE (openssl-3.0.0-alpha9.tar.gz) = 14058484 +TIMESTAMP = 1613665317 +SHA256 (openssl-3.0.0-alpha12.tar.gz) = 8d78239be66af578b969441252e7c125aa134ef3b9bac6179d84275cfe01950c +SIZE (openssl-3.0.0-alpha12.tar.gz) = 14142492 Modified: branches/2021Q1/security/openssl-devel/pkg-plist ============================================================================== --- branches/2021Q1/security/openssl-devel/pkg-plist Thu Feb 18 18:19:35 2021 (r565964) +++ branches/2021Q1/security/openssl-devel/pkg-plist Thu Feb 18 18:21:30 2021 (r565965) @@ -94,6 +94,7 @@ include/openssl/pkcs12.h include/openssl/pkcs12err.h include/openssl/pkcs7.h include/openssl/pkcs7err.h +include/openssl/proverr.h include/openssl/provider.h include/openssl/rand.h include/openssl/randerr.h @@ -165,6 +166,7 @@ man/man1/openssl-enc.1.gz man/man1/openssl-engine.1.gz man/man1/openssl-errstr.1.gz man/man1/openssl-fipsinstall.1.gz +man/man1/openssl-format-options.1.gz man/man1/openssl-gendsa.1.gz man/man1/openssl-genpkey.1.gz man/man1/openssl-genrsa.1.gz @@ -172,8 +174,10 @@ man/man1/openssl-info.1.gz man/man1/openssl-kdf.1.gz man/man1/openssl-list.1.gz man/man1/openssl-mac.1.gz +man/man1/openssl-namedisplay-options.1.gz man/man1/openssl-nseq.1.gz man/man1/openssl-ocsp.1.gz +man/man1/openssl-passphrase-options.1.gz man/man1/openssl-passwd.1.gz man/man1/openssl-pkcs12.1.gz man/man1/openssl-pkcs7.1.gz @@ -197,6 +201,7 @@ man/man1/openssl-spkac.1.gz man/man1/openssl-srp.1.gz man/man1/openssl-storeutl.1.gz man/man1/openssl-ts.1.gz +man/man1/openssl-verification-options.1.gz man/man1/openssl-verify.1.gz man/man1/openssl-version.1.gz man/man1/openssl-x509.1.gz @@ -214,6 +219,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/ASN1_TIME_set.3.gz %%MAN3%%man/man3/ASN1_TYPE_get.3.gz %%MAN3%%man/man3/ASN1_generate_nconf.3.gz +%%MAN3%%man/man3/ASN1_item_sign.3.gz %%MAN3%%man/man3/ASYNC_WAIT_CTX_new.3.gz %%MAN3%%man/man3/ASYNC_start_job.3.gz %%MAN3%%man/man3/BF_encrypt.3.gz @@ -348,7 +354,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/EVP_ASYM_CIPHER_free.3.gz %%MAN3%%man/man3/EVP_BytesToKey.3.gz %%MAN3%%man/man3/EVP_CIPHER_CTX_get_cipher_data.3.gz -%%MAN3%%man/man3/EVP_CIPHER_CTX_get_iv.3.gz +%%MAN3%%man/man3/EVP_CIPHER_CTX_get_original_iv.3.gz %%MAN3%%man/man3/EVP_CIPHER_meth_new.3.gz %%MAN3%%man/man3/EVP_DigestInit.3.gz %%MAN3%%man/man3/EVP_DigestSignInit.3.gz @@ -384,6 +390,8 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/EVP_PKEY_fromdata.3.gz %%MAN3%%man/man3/EVP_PKEY_gen.3.gz %%MAN3%%man/man3/EVP_PKEY_get_default_digest_nid.3.gz +%%MAN3%%man/man3/EVP_PKEY_get_field_type.3.gz +%%MAN3%%man/man3/EVP_PKEY_get_group_name.3.gz %%MAN3%%man/man3/EVP_PKEY_gettable_params.3.gz %%MAN3%%man/man3/EVP_PKEY_is_a.3.gz %%MAN3%%man/man3/EVP_PKEY_meth_get_count.3.gz @@ -393,6 +401,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/EVP_PKEY_set1_RSA.3.gz %%MAN3%%man/man3/EVP_PKEY_set1_encoded_public_key.3.gz %%MAN3%%man/man3/EVP_PKEY_set_type.3.gz +%%MAN3%%man/man3/EVP_PKEY_settable_params.3.gz %%MAN3%%man/man3/EVP_PKEY_sign.3.gz %%MAN3%%man/man3/EVP_PKEY_size.3.gz %%MAN3%%man/man3/EVP_PKEY_supports_digest_nid.3.gz @@ -472,12 +481,13 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/OSSL_CRMF_pbmp_new.3.gz %%MAN3%%man/man3/OSSL_DECODER.3.gz %%MAN3%%man/man3/OSSL_DECODER_CTX.3.gz -%%MAN3%%man/man3/OSSL_DECODER_CTX_new_by_EVP_PKEY.3.gz +%%MAN3%%man/man3/OSSL_DECODER_CTX_new_for_pkey.3.gz %%MAN3%%man/man3/OSSL_DECODER_from_bio.3.gz %%MAN3%%man/man3/OSSL_ENCODER.3.gz %%MAN3%%man/man3/OSSL_ENCODER_CTX.3.gz -%%MAN3%%man/man3/OSSL_ENCODER_CTX_new_by_EVP_PKEY.3.gz +%%MAN3%%man/man3/OSSL_ENCODER_CTX_new_for_pkey.3.gz %%MAN3%%man/man3/OSSL_ENCODER_to_bio.3.gz +%%MAN3%%man/man3/OSSL_HTTP_REQ_CTX.3.gz %%MAN3%%man/man3/OSSL_HTTP_transfer.3.gz %%MAN3%%man/man3/OSSL_LIB_CTX.3.gz %%MAN3%%man/man3/OSSL_PARAM.3.gz @@ -678,6 +688,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/SSL_get_shared_sigalgs.3.gz %%MAN3%%man/man3/SSL_get_verify_result.3.gz %%MAN3%%man/man3/SSL_get_version.3.gz +%%MAN3%%man/man3/SSL_group_to_name.3.gz %%MAN3%%man/man3/SSL_in_init.3.gz %%MAN3%%man/man3/SSL_key_update.3.gz %%MAN3%%man/man3/SSL_library_init.3.gz @@ -751,8 +762,8 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/X509_sign.3.gz %%MAN3%%man/man3/X509_verify.3.gz %%MAN3%%man/man3/X509_verify_cert.3.gz +%%MAN3%%man/man3/X509V3_set_ctx.3.gz %%MAN3%%man/man3/X509v3_get_ext_by_NID.3.gz -%%MAN3%%man/man3/d2i_DHparams.3.gz %%MAN3%%man/man3/d2i_PKCS8PrivateKey_bio.3.gz %%MAN3%%man/man3/d2i_PrivateKey.3.gz %%MAN3%%man/man3/d2i_RSAPrivateKey.3.gz @@ -776,7 +787,8 @@ man/man5/x509v3_config.5.gz %%MAN3%%man/man7/EVP_KDF-SS.7.gz %%MAN3%%man/man7/EVP_KDF-SSHKDF.7.gz %%MAN3%%man/man7/EVP_KDF-TLS1_PRF.7.gz -%%MAN3%%man/man7/EVP_KDF-X942.7.gz +%%MAN3%%man/man7/EVP_KDF-X942-ASN1.7.gz +%%MAN3%%man/man7/EVP_KDF-X942-CONCAT.7.gz %%MAN3%%man/man7/EVP_KDF-X963.7.gz %%MAN3%%man/man7/EVP_KEM-RSA.7.gz %%MAN3%%man/man7/EVP_KEYEXCH-DH.7.gz @@ -814,6 +826,7 @@ man/man5/x509v3_config.5.gz %%MAN3%%man/man7/EVP_RAND-CTR-DRBG.7.gz %%MAN3%%man/man7/EVP_RAND-HASH-DRBG.7.gz %%MAN3%%man/man7/EVP_RAND-HMAC-DRBG.7.gz +%%MAN3%%man/man7/EVP_RAND-SEED-SRC.7.gz %%MAN3%%man/man7/EVP_RAND-TEST-RAND.7.gz %%MAN3%%man/man7/EVP_RAND.7.gz %%MAN3%%man/man7/EVP_SIGNATURE-DSA.7.gz @@ -834,11 +847,13 @@ man/man5/x509v3_config.5.gz %%MAN3%%man/man7/ct.7.gz %%MAN3%%man/man7/des_modes.7.gz %%MAN3%%man/man7/evp.7.gz -%%MAN3%%man/man7/%%OPENSSLDIR%%-core.h.7.gz -%%MAN3%%man/man7/%%OPENSSLDIR%%-core_dispatch.h.7.gz -%%MAN3%%man/man7/%%OPENSSLDIR%%-core_names.h.7.gz -%%MAN3%%man/man7/%%OPENSSLDIR%%-env.7.gz -%%MAN3%%man/man7/%%OPENSSLDIR%%_user_macros.7.gz +%%MAN3%%man/man7/openssl-core.h.7.gz +%%MAN3%%man/man7/openssl-core_dispatch.h.7.gz +%%MAN3%%man/man7/openssl-core_names.h.7.gz +%%MAN3%%man/man7/openssl-env.7.gz +%%MAN3%%man/man7/openssl-glossary.7.gz +%%MAN3%%man/man7/openssl-threads.7.gz +%%MAN3%%man/man7/openssl_user_macros.7.gz %%MAN3%%man/man7/ossl_store-file.7.gz %%MAN3%%man/man7/ossl_store.7.gz %%MAN3%%man/man7/passphrase-encoding.7.gz From owner-svn-ports-branches@freebsd.org Thu Feb 18 20:02:53 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DCB254C100; Thu, 18 Feb 2021 20:02:53 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhQcF33j9z3Q2v; Thu, 18 Feb 2021 20:02:53 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C4061E656; Thu, 18 Feb 2021 20:02:53 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IK2rNc075595; Thu, 18 Feb 2021 20:02:53 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IK2rZc075593; Thu, 18 Feb 2021 20:02:53 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202102182002.11IK2rZc075593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Thu, 18 Feb 2021 20:02:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565974 - branches/2021Q1/www/miniflux X-SVN-Group: ports-branches X-SVN-Commit-Author: krion X-SVN-Commit-Paths: branches/2021Q1/www/miniflux X-SVN-Commit-Revision: 565974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 20:02:53 -0000 Author: krion Date: Thu Feb 18 20:02:52 2021 New Revision: 565974 URL: https://svnweb.freebsd.org/changeset/ports/565974 Log: MFH: r565395 Update to 2.0.28 Modified: branches/2021Q1/www/miniflux/Makefile branches/2021Q1/www/miniflux/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/miniflux/Makefile ============================================================================== --- branches/2021Q1/www/miniflux/Makefile Thu Feb 18 20:01:49 2021 (r565973) +++ branches/2021Q1/www/miniflux/Makefile Thu Feb 18 20:02:52 2021 (r565974) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= miniflux -DISTVERSION= 2.0.27 +DISTVERSION= 2.0.28 CATEGORIES= www MAINTAINER= krion@FreeBSD.org @@ -22,33 +22,35 @@ USE_RC_SUBR= miniflux USE_GITHUB= yes GH_PROJECT= v2 -GH_TUPLE= PuerkitoBio:goquery:v1.6.0:goquery/vendor/github.com/PuerkitoBio/goquery \ - andybalholm:cascadia:v1.1.0:cascadia/vendor/github.com/andybalholm/cascadia \ - beorn7:perks:v1.0.1:perks/vendor/github.com/beorn7/perks \ - cespare:xxhash:v2.1.1:xxhash/vendor/github.com/cespare/xxhash/v2 \ - coreos:go-oidc:v2.2.1:go_oidc/vendor/github.com/coreos/go-oidc \ - felixge:httpsnoop:v1.0.1:httpsnoop/vendor/github.com/felixge/httpsnoop \ - golang:crypto:75b288015ac9:crypto/vendor/golang.org/x/crypto \ - golang:gddo:721e228c7686:gddo/vendor/github.com/golang/gddo \ - golang:net:28c70e62bb1d:net/vendor/golang.org/x/net \ - golang:oauth2:bf48bf16ab8d:oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.4.3:protobuf/vendor/github.com/golang/protobuf \ - golang:sys:f9fddec55a1e:sys/vendor/golang.org/x/sys \ - golang:text:v0.3.3:text/vendor/golang.org/x/text \ - gorilla:mux:v1.8.0:gorilla/vendor/github.com/gorilla/mux \ - lib:pq:v1.9.0:pq/vendor/github.com/lib/pq \ - matttproud:golang_protobuf_extensions:v1.0.1:protobuf_ext/vendor/github.com/matttproud/golang_protobuf_extensions \ - mitchellh:go-server-timing:feb680ab92c2:go_server_timing/vendor/github.com/mitchellh/go-server-timing \ - mvdan:xurls:v2.2.0:xurls/vendor/mvdan.cc/xurls/v2 \ - pquerna:cachecontrol:1555304b9b35:cachecontrol/vendor/github.com/pquerna/cachecontrol \ - protocolbuffers:protobuf-go:v1.25.0:protobuf_go/vendor/google.golang.org/protobuf \ - prometheus:client_golang:v1.9.0:client_golang/vendor/github.com/prometheus/client_golang \ - prometheus:client_model:v0.2.0:client_model/vendor/github.com/prometheus/client_model \ +GH_TUPLE= PuerkitoBio:goquery:v1.6.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ + andybalholm:cascadia:v1.1.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ + beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ + cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ + coreos:go-oidc:v2.2.1:coreos_go_oidc/vendor/github.com/coreos/go-oidc \ + felixge:httpsnoop:v1.0.1:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \ + golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ + golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ + golang:gddo:721e228c7686:golang_gddo/vendor/github.com/golang/gddo \ + golang:net:28c70e62bb1d:golang_net/vendor/golang.org/x/net \ + golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sys:f9fddec55a1e:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ + gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ + lib:pq:v1.9.0:lib_pq/vendor/github.com/lib/pq \ + matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ + mitchellh:go-server-timing:feb680ab92c2:mitchellh_go_server_timing/vendor/github.com/mitchellh/go-server-timing \ + mvdan:xurls:v2.2.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \ + pquerna:cachecontrol:1555304b9b35:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ + prometheus:client_golang:v1.9.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.15.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.2.0:procfs/vendor/github.com/prometheus/procfs \ - rylans:getlang:4c3188ff8a2d:getlang/vendor/github.com/rylans/getlang \ - square:go-jose:v2.5.0:go_jose/vendor/gopkg.in/square/go-jose.v2 \ - tdewolff:minify:v2.9.10:minify/vendor/github.com/tdewolff/minify/v2 + prometheus:procfs:v0.2.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ + protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ + rylans:getlang:4c3188ff8a2d:rylans_getlang/vendor/github.com/rylans/getlang \ + square:go-jose:v2.5.0:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ + stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ + tdewolff:minify:v2.9.11:tdewolff_minify_v2/vendor/github.com/tdewolff/minify/v2 GO_PKGNAME= miniflux.app GO_TARGET= :${PORTNAME} Modified: branches/2021Q1/www/miniflux/distinfo ============================================================================== --- branches/2021Q1/www/miniflux/distinfo Thu Feb 18 20:01:49 2021 (r565973) +++ branches/2021Q1/www/miniflux/distinfo Thu Feb 18 20:02:52 2021 (r565974) @@ -1,8 +1,8 @@ -TIMESTAMP = 1610730757 -SHA256 (miniflux-v2-2.0.27_GH0.tar.gz) = ec6696b1cf41ef50b76d02d1179838e03d9c3bcb3dce48febe2b5f4ecc450473 -SIZE (miniflux-v2-2.0.27_GH0.tar.gz) = 569468 -SHA256 (PuerkitoBio-goquery-v1.6.0_GH0.tar.gz) = a004e560ec3a0feeb15b29a6360c89681cb7843aa73c0bb8d6d835d022fc30e0 -SIZE (PuerkitoBio-goquery-v1.6.0_GH0.tar.gz) = 102842 +TIMESTAMP = 1613473075 +SHA256 (miniflux-v2-2.0.28_GH0.tar.gz) = 717647e06c067dbe62c1c2798b9f63855dfcf838eae1d345bb85f5d1124c13dc +SIZE (miniflux-v2-2.0.28_GH0.tar.gz) = 573934 +SHA256 (PuerkitoBio-goquery-v1.6.1_GH0.tar.gz) = d1e504412dcbcf5315de1daf4d301559db6e8983f23a906afd8ad56bc960a6bf +SIZE (PuerkitoBio-goquery-v1.6.1_GH0.tar.gz) = 103486 SHA256 (andybalholm-cascadia-v1.1.0_GH0.tar.gz) = 5d03f4610b70cab7860b158efab1afd91baa58fd95286a0adbadcdc3b49c7936 SIZE (andybalholm-cascadia-v1.1.0_GH0.tar.gz) = 15464 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 @@ -13,6 +13,8 @@ SHA256 (coreos-go-oidc-v2.2.1_GH0.tar.gz) = e9a5b72b34 SIZE (coreos-go-oidc-v2.2.1_GH0.tar.gz) = 24136 SHA256 (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 02f506689067855a2afcbea692a63f60bcb50a3994722650339c82027d1cbe3e SIZE (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 10725 +SHA256 (golang-appengine-v1.6.6_GH0.tar.gz) = 0c3d1e1c7ba0b97ea3457ddd169aac0667dbbb8c8d81e011632751f75bfbb624 +SIZE (golang-appengine-v1.6.6_GH0.tar.gz) = 332981 SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2 SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931 SHA256 (golang-gddo-721e228c7686_GH0.tar.gz) = a0f24dc3f17369a85877f3421923c9ef6e3279b667400d88b5a91e114d05daf9 @@ -39,8 +41,6 @@ SHA256 (mvdan-xurls-v2.2.0_GH0.tar.gz) = 795d7febcf735 SIZE (mvdan-xurls-v2.2.0_GH0.tar.gz) = 18747 SHA256 (pquerna-cachecontrol-1555304b9b35_GH0.tar.gz) = 3611cc14c2de3c0f2df51d98d440673b32f6a906de213098abbdb0bb5eed6919 SIZE (pquerna-cachecontrol-1555304b9b35_GH0.tar.gz) = 18998 -SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2 -SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 SHA256 (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 92ccfb35268ce2de6beeb45d4b5639e4bce78111b8629bcde5727165f7e1afb1 SIZE (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 177330 SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 @@ -49,9 +49,13 @@ SHA256 (prometheus-common-v0.15.0_GH0.tar.gz) = f0957d SIZE (prometheus-common-v0.15.0_GH0.tar.gz) = 124369 SHA256 (prometheus-procfs-v0.2.0_GH0.tar.gz) = b6c013031ac8b9f8f9e1595103c48feb80dfe59c37aac73efe724fddbc0b3f50 SIZE (prometheus-procfs-v0.2.0_GH0.tar.gz) = 157368 +SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2 +SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 SHA256 (rylans-getlang-4c3188ff8a2d_GH0.tar.gz) = 126a82dba7a7d701358bfb87b0606a56f95efb167c8d399788be8776eaf94c46 SIZE (rylans-getlang-4c3188ff8a2d_GH0.tar.gz) = 22083 SHA256 (square-go-jose-v2.5.0_GH0.tar.gz) = 6e060a12c458d9ef8e76e2f9edfbdafd4394b99449831d27bd6b9d2e90dee7b3 SIZE (square-go-jose-v2.5.0_GH0.tar.gz) = 308091 -SHA256 (tdewolff-minify-v2.9.10_GH0.tar.gz) = f775e92aaefd1d4cce7df8559d35eeec022f281aad350b843610ef8f36531cb1 -SIZE (tdewolff-minify-v2.9.10_GH0.tar.gz) = 4042512 +SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f +SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 +SHA256 (tdewolff-minify-v2.9.11_GH0.tar.gz) = 3c1ec8df223b818ae0fa93b0daf3ca750f063238dc458ad373f92556ad324e6e +SIZE (tdewolff-minify-v2.9.11_GH0.tar.gz) = 4043831 From owner-svn-ports-branches@freebsd.org Thu Feb 18 21:19:14 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB54954F4D4; Thu, 18 Feb 2021 21:19:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhSJL5P1bz3nrD; Thu, 18 Feb 2021 21:19:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABCA41F72F; Thu, 18 Feb 2021 21:19:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ILJERM020520; Thu, 18 Feb 2021 21:19:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11ILJDRM020516; Thu, 18 Feb 2021 21:19:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202102182119.11ILJDRM020516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2021 21:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565989 - in branches/2021Q1/mail: qmail qmail-mysql qmail-spamcontrol qmail-tls qmail/files X-SVN-Group: ports-branches X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in branches/2021Q1/mail: qmail qmail-mysql qmail-spamcontrol qmail-tls qmail/files X-SVN-Commit-Revision: 565989 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 21:19:14 -0000 Author: amdmi3 Date: Thu Feb 18 21:19:13 2021 New Revision: 565989 URL: https://svnweb.freebsd.org/changeset/ports/565989 Log: MFH: r565379 Fix qmail's qmailsend wrapper script by using correct PATH and removing bad quoting PR: 252457, 252293 Submitted by: erdgeist@erdgeist.org (maintainer) Reported by: callumgibson@optusnet.com.au Modified: branches/2021Q1/mail/qmail-mysql/Makefile branches/2021Q1/mail/qmail-spamcontrol/Makefile branches/2021Q1/mail/qmail-tls/Makefile branches/2021Q1/mail/qmail/Makefile branches/2021Q1/mail/qmail/files/qmailsend.in Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/mail/qmail-mysql/Makefile ============================================================================== --- branches/2021Q1/mail/qmail-mysql/Makefile Thu Feb 18 21:06:55 2021 (r565988) +++ branches/2021Q1/mail/qmail-mysql/Makefile Thu Feb 18 21:19:13 2021 (r565989) @@ -3,7 +3,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${MYSQL_PATCH_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail PKGNAMESUFFIX= -mysql Modified: branches/2021Q1/mail/qmail-spamcontrol/Makefile ============================================================================== --- branches/2021Q1/mail/qmail-spamcontrol/Makefile Thu Feb 18 21:06:55 2021 (r565988) +++ branches/2021Q1/mail/qmail-spamcontrol/Makefile Thu Feb 18 21:19:13 2021 (r565989) @@ -2,7 +2,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \ LOCAL/bdrewery/qmail/:spamcontrol Modified: branches/2021Q1/mail/qmail-tls/Makefile ============================================================================== --- branches/2021Q1/mail/qmail-tls/Makefile Thu Feb 18 21:06:55 2021 (r565988) +++ branches/2021Q1/mail/qmail-tls/Makefile Thu Feb 18 21:19:13 2021 (r565989) @@ -3,7 +3,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${TLS_PATCH_DATE} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= -tls Modified: branches/2021Q1/mail/qmail/Makefile ============================================================================== --- branches/2021Q1/mail/qmail/Makefile Thu Feb 18 21:06:55 2021 (r565988) +++ branches/2021Q1/mail/qmail/Makefile Thu Feb 18 21:19:13 2021 (r565989) @@ -3,7 +3,7 @@ PORTNAME= ${QMAIL_PORTNAME} PORTVERSION?= ${QMAIL_VERSION} -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= mail MASTER_SITES+= QMAIL DISTNAME= ${PORTNAME}-${QMAIL_VERSION} Modified: branches/2021Q1/mail/qmail/files/qmailsend.in ============================================================================== --- branches/2021Q1/mail/qmail/files/qmailsend.in Thu Feb 18 21:06:55 2021 (r565988) +++ branches/2021Q1/mail/qmail/files/qmailsend.in Thu Feb 18 21:19:13 2021 (r565989) @@ -54,7 +54,7 @@ qmailsend_start() { '"${command_args}" fi - exec env - PATH="%%PREFIX%%/bin:$PATH" ${command} \'"${command_args}"\' splogger qmail& + exec env - PATH="%%PREFIX%%/bin:%%LOCALBASE%%/bin:$PATH" ${command} "${command_args}" splogger qmail& /bin/pgrep -P $$ > ${pidfile} } From owner-svn-ports-branches@freebsd.org Thu Feb 18 21:23:40 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E68B54F8D2; Thu, 18 Feb 2021 21:23:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhSPS2ffBz3pft; Thu, 18 Feb 2021 21:23:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E3051F94A; Thu, 18 Feb 2021 21:23:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ILNe0Y026671; Thu, 18 Feb 2021 21:23:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11ILNeNx026670; Thu, 18 Feb 2021 21:23:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202102182123.11ILNeNx026670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Feb 2021 21:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565990 - branches/2021Q1/net/libdnet/files X-SVN-Group: ports-branches X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: branches/2021Q1/net/libdnet/files X-SVN-Commit-Revision: 565990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 21:23:40 -0000 Author: amdmi3 Date: Thu Feb 18 21:23:39 2021 New Revision: 565990 URL: https://svnweb.freebsd.org/changeset/ports/565990 Log: MFH: r565450 net/libdnet: disable useless buildtime check for /dev/bpf presence Device is not guarateed to exist at package building time. PR: 238523 Submitted by: rea@FreeBSD.org Reported by: dweimer@dweimer.net Approved by: maintainer timeout (onatan@gmail.com, 1.5 years) Added: branches/2021Q1/net/libdnet/files/ - copied from r565450, head/net/libdnet/files/ Modified: Directory Properties: branches/2021Q1/ (props changed) From owner-svn-ports-branches@freebsd.org Thu Feb 18 23:21:52 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7258F52C61F; Thu, 18 Feb 2021 23:21:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhW1r2mWvz4Tt0; Thu, 18 Feb 2021 23:21:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51B4B21519; Thu, 18 Feb 2021 23:21:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11INLqH7000533; Thu, 18 Feb 2021 23:21:52 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11INLq7a000532; Thu, 18 Feb 2021 23:21:52 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202102182321.11INLq7a000532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 18 Feb 2021 23:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566010 - branches/2021Q1/www/chromium X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: branches/2021Q1/www/chromium X-SVN-Commit-Revision: 566010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 23:21:52 -0000 Author: rene Date: Thu Feb 18 23:21:51 2021 New Revision: 566010 URL: https://svnweb.freebsd.org/changeset/ports/566010 Log: MFH: r566009 www/chromium: update to 84.0.4324.182 Security: https://www.vuxml.org/freebsd/48514901-711d-11eb-9846-e09467587c17.html Modified: branches/2021Q1/www/chromium/Makefile branches/2021Q1/www/chromium/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/chromium/Makefile ============================================================================== --- branches/2021Q1/www/chromium/Makefile Thu Feb 18 23:21:13 2021 (r566009) +++ branches/2021Q1/www/chromium/Makefile Thu Feb 18 23:21:51 2021 (r566010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 88.0.4324.150 +PORTVERSION= 88.0.4324.182 CATEGORIES= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/rene/chromium/:fonts Modified: branches/2021Q1/www/chromium/distinfo ============================================================================== --- branches/2021Q1/www/chromium/distinfo Thu Feb 18 23:21:13 2021 (r566009) +++ branches/2021Q1/www/chromium/distinfo Thu Feb 18 23:21:51 2021 (r566010) @@ -1,7 +1,7 @@ -TIMESTAMP = 1612555606 -SHA256 (chromium-88.0.4324.150.tar.xz) = ae12e94392986c6b8ea4413356a49bae0a19356ffe2ea95495303cf2decb38c3 -SIZE (chromium-88.0.4324.150.tar.xz) = 857377456 -SHA256 (chromium-88.0.4324.150-testdata.tar.xz) = 9b9be53ed5259f32e38ae5e03e960b96fa6933de8094213bfff632b5635ce7e7 -SIZE (chromium-88.0.4324.150-testdata.tar.xz) = 257453172 +TIMESTAMP = 1613565416 +SHA256 (chromium-88.0.4324.182.tar.xz) = 30411fc3ec2d33df4c5cad41f21affa3823c80f7dbd394f6d68f9a1e81015b81 +SIZE (chromium-88.0.4324.182.tar.xz) = 857221352 +SHA256 (chromium-88.0.4324.182-testdata.tar.xz) = 305c105341b67249ea640e341dcf3b1f534c597a84550ea38d2e1e47b3fd84c6 +SIZE (chromium-88.0.4324.182-testdata.tar.xz) = 257484896 SHA256 (test_fonts-85.tar.xz) = f22b61b3639acb147c98ec2e2305d8b96f0b55c8c74c40e2ea696402fae8cef9 SIZE (test_fonts-85.tar.xz) = 9511984 From owner-svn-ports-branches@freebsd.org Fri Feb 19 00:30:21 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A9935316E2; Fri, 19 Feb 2021 00:30:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhXXs26FBz4bJL; Fri, 19 Feb 2021 00:30:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B3D222025; Fri, 19 Feb 2021 00:30:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11J0ULeF038329; Fri, 19 Feb 2021 00:30:21 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11J0UKe6038327; Fri, 19 Feb 2021 00:30:20 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202102190030.11J0UKe6038327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 19 Feb 2021 00:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566015 - branches/2021Q1/net/asterisk13 X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2021Q1/net/asterisk13 X-SVN-Commit-Revision: 566015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 00:30:21 -0000 Author: madpilot Date: Fri Feb 19 00:30:20 2021 New Revision: 566015 URL: https://svnweb.freebsd.org/changeset/ports/566015 Log: MFH: r566012 Update asterisk13 to 13.38.2 Security: b330db5f-7225-11eb-8386-001999f8d30b, 5d8ef725-7228-11eb-8386-001999f8d30b, 1bb2826b-7229-11eb-8386-001999f8d30b Modified: branches/2021Q1/net/asterisk13/Makefile branches/2021Q1/net/asterisk13/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/asterisk13/Makefile ============================================================================== --- branches/2021Q1/net/asterisk13/Makefile Fri Feb 19 00:26:39 2021 (r566014) +++ branches/2021Q1/net/asterisk13/Makefile Fri Feb 19 00:30:20 2021 (r566015) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.38.1 +PORTVERSION= 13.38.2 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: branches/2021Q1/net/asterisk13/distinfo ============================================================================== --- branches/2021Q1/net/asterisk13/distinfo Fri Feb 19 00:26:39 2021 (r566014) +++ branches/2021Q1/net/asterisk13/distinfo Fri Feb 19 00:30:20 2021 (r566015) @@ -1,6 +1,6 @@ -TIMESTAMP = 1608677117 -SHA256 (asterisk/asterisk-13.38.1.tar.gz) = 3284568ebbc7925cbf6aa9be4c37b6b26641e7cf2bb203526f2d06dc3134529e -SIZE (asterisk/asterisk-13.38.1.tar.gz) = 33705256 +TIMESTAMP = 1613680888 +SHA256 (asterisk/asterisk-13.38.2.tar.gz) = 691537a7db0f70f0a847f996d00774b3593597b075df3e1ef3f8b89d947efcec +SIZE (asterisk/asterisk-13.38.2.tar.gz) = 33708267 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-svn-ports-branches@freebsd.org Fri Feb 19 00:33:21 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC31F531AAD; Fri, 19 Feb 2021 00:33:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhXcK65Pfz4c1M; Fri, 19 Feb 2021 00:33:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C46F2222AA; Fri, 19 Feb 2021 00:33:21 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11J0XLXC044163; Fri, 19 Feb 2021 00:33:21 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11J0XLqo044162; Fri, 19 Feb 2021 00:33:21 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202102190033.11J0XLqo044162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 19 Feb 2021 00:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566016 - branches/2021Q1/net/asterisk16 X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2021Q1/net/asterisk16 X-SVN-Commit-Revision: 566016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 00:33:22 -0000 Author: madpilot Date: Fri Feb 19 00:33:21 2021 New Revision: 566016 URL: https://svnweb.freebsd.org/changeset/ports/566016 Log: MFH: r562243 r566013 Update asterisk16 to 16.16.0 Update asterisk16 to 16.16.1 Security: b330db5f-7225-11eb-8386-001999f8d30b, e3894955-7227-11eb-8386-001999f8d30b, 5d8ef725-7228-11eb-8386-001999f8d30b, ca21f5e7-7228-11eb-8386-001999f8d30b, 1bb2826b-7229-11eb-8386-001999f8d30b Modified: branches/2021Q1/net/asterisk16/Makefile branches/2021Q1/net/asterisk16/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/asterisk16/Makefile ============================================================================== --- branches/2021Q1/net/asterisk16/Makefile Fri Feb 19 00:30:20 2021 (r566015) +++ branches/2021Q1/net/asterisk16/Makefile Fri Feb 19 00:33:21 2021 (r566016) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 16.15.1 +PORTVERSION= 16.16.1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: branches/2021Q1/net/asterisk16/distinfo ============================================================================== --- branches/2021Q1/net/asterisk16/distinfo Fri Feb 19 00:30:20 2021 (r566015) +++ branches/2021Q1/net/asterisk16/distinfo Fri Feb 19 00:33:21 2021 (r566016) @@ -1,6 +1,6 @@ -TIMESTAMP = 1608677902 -SHA256 (asterisk/asterisk-16.15.1.tar.gz) = c14db1a4935c61f240ebf28cd30cb48f1b988d15680edf95287925e6be56c326 -SIZE (asterisk/asterisk-16.15.1.tar.gz) = 27796648 +TIMESTAMP = 1613681043 +SHA256 (asterisk/asterisk-16.16.1.tar.gz) = dfaddf5da4b1a05a26585c26506315f88fcaed80f3c44fc27379594cb012e3fc +SIZE (asterisk/asterisk-16.16.1.tar.gz) = 27809393 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-svn-ports-branches@freebsd.org Fri Feb 19 00:34:29 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B282B53194D; Fri, 19 Feb 2021 00:34:29 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhXdd4gH9z4c71; Fri, 19 Feb 2021 00:34:29 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9332B2238D; Fri, 19 Feb 2021 00:34:29 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11J0YT4F044363; Fri, 19 Feb 2021 00:34:29 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11J0YTt2044362; Fri, 19 Feb 2021 00:34:29 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202102190034.11J0YTt2044362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 19 Feb 2021 00:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566017 - branches/2021Q1/net/asterisk18 X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2021Q1/net/asterisk18 X-SVN-Commit-Revision: 566017 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 00:34:29 -0000 Author: madpilot Date: Fri Feb 19 00:34:28 2021 New Revision: 566017 URL: https://svnweb.freebsd.org/changeset/ports/566017 Log: MFH: r562244 r566014 Update asterisk18 to 18.2.0 Update asterisk18 to 18.2.1 Security: b330db5f-7225-11eb-8386-001999f8d30b, e3894955-7227-11eb-8386-001999f8d30b, 5d8ef725-7228-11eb-8386-001999f8d30b, ca21f5e7-7228-11eb-8386-001999f8d30b, 1bb2826b-7229-11eb-8386-001999f8d30b Modified: branches/2021Q1/net/asterisk18/Makefile branches/2021Q1/net/asterisk18/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/asterisk18/Makefile ============================================================================== --- branches/2021Q1/net/asterisk18/Makefile Fri Feb 19 00:33:21 2021 (r566016) +++ branches/2021Q1/net/asterisk18/Makefile Fri Feb 19 00:34:28 2021 (r566017) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 18.1.1 +PORTVERSION= 18.2.1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: branches/2021Q1/net/asterisk18/distinfo ============================================================================== --- branches/2021Q1/net/asterisk18/distinfo Fri Feb 19 00:33:21 2021 (r566016) +++ branches/2021Q1/net/asterisk18/distinfo Fri Feb 19 00:34:28 2021 (r566017) @@ -1,6 +1,6 @@ -TIMESTAMP = 1608802331 -SHA256 (asterisk/asterisk-18.1.1.tar.gz) = d0c0e90379c680a2803b9ba99d35918f5b9522c51998109bcc1937ee53ebdaa3 -SIZE (asterisk/asterisk-18.1.1.tar.gz) = 27877962 +TIMESTAMP = 1613681078 +SHA256 (asterisk/asterisk-18.2.1.tar.gz) = 1fe600afbc683ddb693ea9946c8d3278bbaf7c50b1425f2ba5c108b3ff54145b +SIZE (asterisk/asterisk-18.2.1.tar.gz) = 27890308 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-svn-ports-branches@freebsd.org Fri Feb 19 11:50:07 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2066454709F; Fri, 19 Feb 2021 11:50:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhqdC0RcFz3rHR; Fri, 19 Feb 2021 11:50:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 027BC3381; Fri, 19 Feb 2021 11:50:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JBo6Dr059150; Fri, 19 Feb 2021 11:50:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JBo5lQ059145; Fri, 19 Feb 2021 11:50:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102191150.11JBo5lQ059145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 19 Feb 2021 11:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566052 - in branches/2021Q1: accessibility/wlsunset x11-clocks/wlclock x11/lavalauncher x11/wev x11/wlrctl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1: accessibility/wlsunset x11-clocks/wlclock x11/lavalauncher x11/wev x11/wlrctl X-SVN-Commit-Revision: 566052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 11:50:07 -0000 Author: jbeich Date: Fri Feb 19 11:50:05 2021 New Revision: 566052 URL: https://svnweb.freebsd.org/changeset/ports/566052 Log: MFH: r566050 Unbreak fetch from git.sr.ht Git footer have changed e.g., --- -2.30.0 +2.30.1 Modified: branches/2021Q1/accessibility/wlsunset/distinfo branches/2021Q1/x11-clocks/wlclock/distinfo branches/2021Q1/x11/lavalauncher/distinfo branches/2021Q1/x11/wev/distinfo branches/2021Q1/x11/wlrctl/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/accessibility/wlsunset/distinfo ============================================================================== --- branches/2021Q1/accessibility/wlsunset/distinfo Fri Feb 19 11:49:35 2021 (r566051) +++ branches/2021Q1/accessibility/wlsunset/distinfo Fri Feb 19 11:50:05 2021 (r566052) @@ -1,11 +1,11 @@ TIMESTAMP = 1603237309 SHA256 (wlsunset-0.1.0.tar.gz) = d9a20744be6a5ef7fceb4e97e831a5c8cec77a95fb8248744ec1e674da3bbe71 SIZE (wlsunset-0.1.0.tar.gz) = 10927 -SHA256 (fa2bd4425314.patch) = e7b2c787900a4c24de167219f3df9cf2c3f2d066b85efeb975293a0e49139713 +SHA256 (fa2bd4425314.patch) = 6cf6f2c4f8eb4e5530fccffbbc9b94e6a9e80f155bfcafa270ceb5dbebde67d5 SIZE (fa2bd4425314.patch) = 2634 -SHA256 (33c64bc929b2.patch) = f570c06f651bee76ddd7aa864eae4f53096ab4ae78ca69045c78ac775d7b55e6 +SHA256 (33c64bc929b2.patch) = b12003a17c8754c2d8c85bee96a25557500edc9a1d639b41a1c41f52dc631e6a SIZE (33c64bc929b2.patch) = 971 -SHA256 (ec0c1614af21.patch) = 513ff591d3f9efe489898d20970c184a30cfe502d2fc28c32d174d09e1772169 +SHA256 (ec0c1614af21.patch) = b2ed557e7bc1309b3645df244ee407aa3b49251c7aef3e81462ae160ed96366e SIZE (ec0c1614af21.patch) = 1450 -SHA256 (49ad3ce7a8e8.patch) = 54946b51fb7fa95002576891ad8360907c49f4179adb1c75e692b5583ae03756 +SHA256 (49ad3ce7a8e8.patch) = 1beabc2ee5833061641144da979d48b372aaba19acb44541b2837702489899e1 SIZE (49ad3ce7a8e8.patch) = 970 Modified: branches/2021Q1/x11-clocks/wlclock/distinfo ============================================================================== --- branches/2021Q1/x11-clocks/wlclock/distinfo Fri Feb 19 11:49:35 2021 (r566051) +++ branches/2021Q1/x11-clocks/wlclock/distinfo Fri Feb 19 11:50:05 2021 (r566052) @@ -1,5 +1,5 @@ TIMESTAMP = 1601422027 SHA256 (wlclock-v1.0.0.tar.gz) = e2f218e70378342c344e7afa43c4361e3308936a7afaf54a0cad9970267a4ff4 SIZE (wlclock-v1.0.0.tar.gz) = 33798 -SHA256 (0d8ab34550aa.patch) = c2de65b27a89752246685b472c058f755d60bfe1b9e194e96fc4bfd175440261 +SHA256 (0d8ab34550aa.patch) = 0cecbbe6fe9fc13a8d2b0b48b3134abb476c91ad80751bc13f1e5e1a08575f48 SIZE (0d8ab34550aa.patch) = 2310 Modified: branches/2021Q1/x11/lavalauncher/distinfo ============================================================================== --- branches/2021Q1/x11/lavalauncher/distinfo Fri Feb 19 11:49:35 2021 (r566051) +++ branches/2021Q1/x11/lavalauncher/distinfo Fri Feb 19 11:50:05 2021 (r566052) @@ -1,5 +1,5 @@ TIMESTAMP = 1598638301 SHA256 (lavalauncher-v2.0.0.tar.gz) = 617598dad94d5b3aa5b47e0895a3306573df9af3806dfa73f8149dbf8d85243a SIZE (lavalauncher-v2.0.0.tar.gz) = 92243 -SHA256 (542e8c948889.patch) = c196ad0bc59e99d0c6c69bcb3aabed63819f69abf3d2fbd071f88a03def47c0c +SHA256 (542e8c948889.patch) = 53275336bc72c0263c5d30a8ff11f1c7009527706668b49676073f3293837612 SIZE (542e8c948889.patch) = 834 Modified: branches/2021Q1/x11/wev/distinfo ============================================================================== --- branches/2021Q1/x11/wev/distinfo Fri Feb 19 11:49:35 2021 (r566051) +++ branches/2021Q1/x11/wev/distinfo Fri Feb 19 11:50:05 2021 (r566052) @@ -1,5 +1,5 @@ TIMESTAMP = 1581011288 SHA256 (wev-1.0.0.tar.gz) = 613a1df1a4879d50ce72023de14aaf05be2e6f51346e84a69f50fc6d8502bbf4 SIZE (wev-1.0.0.tar.gz) = 8647 -SHA256 (0be512fb7058.patch) = 94ffd0fe4f132b4675bc211c05c54ab2c6842eaf7efac2ba90a3d071a3e9dfc0 +SHA256 (0be512fb7058.patch) = a660bf853aaacde8797ad68ccb270557b23864be171db5d7470ba4a6ee249236 SIZE (0be512fb7058.patch) = 1148 Modified: branches/2021Q1/x11/wlrctl/distinfo ============================================================================== --- branches/2021Q1/x11/wlrctl/distinfo Fri Feb 19 11:49:35 2021 (r566051) +++ branches/2021Q1/x11/wlrctl/distinfo Fri Feb 19 11:50:05 2021 (r566052) @@ -1,5 +1,5 @@ TIMESTAMP = 1596702887 SHA256 (wlrctl-v0.2.1.tar.gz) = de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c SIZE (wlrctl-v0.2.1.tar.gz) = 18461 -SHA256 (a9f5699256c9.patch) = 430090be90407f04ae53393f5b2253fcf65c5ed9acba8a3c4a3ade0fdaacccfc +SHA256 (a9f5699256c9.patch) = 97a0f8c824abd1b57fcfdd0a2b7e05354453a5b8ee8325c76a30e1ab98a26d39 SIZE (a9f5699256c9.patch) = 1487 From owner-svn-ports-branches@freebsd.org Fri Feb 19 11:55:32 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B234547366; Fri, 19 Feb 2021 11:55:32 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhqlS2SmCz3rdc; Fri, 19 Feb 2021 11:55:32 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42C813656; Fri, 19 Feb 2021 11:55:32 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JBtWrK065518; Fri, 19 Feb 2021 11:55:32 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JBtVvw065515; Fri, 19 Feb 2021 11:55:31 GMT (envelope-from lev@FreeBSD.org) Message-Id: <202102191155.11JBtVvw065515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Fri, 19 Feb 2021 11:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566053 - in branches/2021Q1/devel: py-subversion subversion/files X-SVN-Group: ports-branches X-SVN-Commit-Author: lev X-SVN-Commit-Paths: in branches/2021Q1/devel: py-subversion subversion/files X-SVN-Commit-Revision: 566053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 11:55:32 -0000 Author: lev Date: Fri Feb 19 11:55:31 2021 New Revision: 566053 URL: https://svnweb.freebsd.org/changeset/ports/566053 Log: MFH: r565424 r565460 Fix python bindings build for subversion 1.14.1. Approved by: portmgr (blanket, FAQ 20.6.2) Modified: branches/2021Q1/devel/py-subversion/Makefile branches/2021Q1/devel/subversion/files/build-outputs.mk.addons Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/devel/py-subversion/Makefile ============================================================================== --- branches/2021Q1/devel/py-subversion/Makefile Fri Feb 19 11:50:05 2021 (r566052) +++ branches/2021Q1/devel/py-subversion/Makefile Fri Feb 19 11:55:31 2021 (r566053) @@ -2,7 +2,6 @@ # $FreeBSD$ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PORTREVISION= 0 MAINTAINER= lev@FreeBSD.org COMMENT= Python bindings for version control system @@ -12,7 +11,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/py3c.h:devel/py3c USES= python USE_PYTHON= flavors py3kplist -PORTREVISION_114= 0 +# There is bug in python bindings Makefile +MAKE_JOBS_UNSAFE=yes + +PORTREVISION_114= 2 PORTREVISION_LTS= 0 SVN_BUILD_BINDINGS= yes Modified: branches/2021Q1/devel/subversion/files/build-outputs.mk.addons ============================================================================== --- branches/2021Q1/devel/subversion/files/build-outputs.mk.addons Fri Feb 19 11:50:05 2021 (r566052) +++ branches/2021Q1/devel/subversion/files/build-outputs.mk.addons Fri Feb 19 11:55:31 2021 (r566053) @@ -23,21 +23,21 @@ RA_SERF_LINK = ../../subversion/libsvn_ra_serf/libsvn_ RA_SVN_DEPS = subversion/libsvn_ra_svn/libsvn_ra_svn-1.la RA_SVN_LINK = ../../subversion/libsvn_ra_svn/libsvn_ra_svn-1.la -BUILD_DIRS = subversion/tests/afl subversion/tests/cmdline subversion/tests/libsvn_subr subversion/tests/libsvn_repos subversion/tests/libsvn_fs_base subversion/tests/libsvn_client subversion/tests/libsvn_wc subversion/tests/libsvn_client/../libsvn_wc tools/diff subversion/tests/libsvn_diff subversion/tests/libsvn_fs_fs subversion/tests/libsvn_fs subversion/tests/libsvn_fs_x tools/dev subversion/bindings/javahl/src/org/apache/subversion/javahl/callback subversion/bindings/javahl/classes subversion/bindings/javahl/include subversion/bindings/javahl/src/org/tigris/subversion/javahl subversion/bindings/javahl/tests/org/tigris/subversion/javahl subversion/bindings/javahl/src/org/apache/subversion/javahl subversion/bindings/javahl/src/org/apache/subversion/javahl/remote subversion/bindings/javahl/tests/org/apache/subversion/javahl subversion/bindings/javahl/src/org/apache/subversion/javahl/types subversion/bindings/javahl/src/org/apache/subversion/javahl/util subversion/libsvn_auth_gnome _keyring subversion/libsvn_auth_kwallet subversion/libsvn_client subversion/libsvn_delta subversion/libsvn_diff subversion/libsvn_fs subversion/libsvn_fs_base subversion/libsvn_fs_base/bdb subversion/libsvn_fs_base/util subversion/libsvn_fs_fs subversion/libsvn_fs_util subversion/libsvn_fs_x subversion/libsvn_ra subversion/libsvn_ra_local subversion/libsvn_ra_serf subversion/libsvn_ra_svn subversion/libsvn_repos subversion/libsvn_subr subversion/libsvn_subr/lz4 subversion/bindings/swig/perl/libsvn_swig_perl subversion/bindings/swig/python/libsvn_swig_py subversion/bindings/swig/ruby/libsvn_swig_ruby subversion/tests subversion/libsvn_wc subversion/bindings/javahl/native subversion/bindings/javahl/native/jniwrapper subversion/bindings/cxx subversion/bindings/cxx/src subversion/bindings/cxx/src/aprwrap subversion/po subversion/mod_authz_svn subversion/mod_dav_svn subversion/mod_dav_svn/reports subversion/mod_dav_svn/posts tools/server-side/mod_dontdothat subversion/tests/libsvn_ra_loc al subversion/tests/libsvn_ra subversion/tes! ts/libsvn_delta subversion/svn tools/client-side/svn-mergeinfo-normalizer tools/server-side tools/dev/wc-ng subversion/svnadmin subversion/svnbench tools/client-side/svnconflict subversion/svndumpfilter subversion/svnfsfs subversion/svnlook tools/dev/svnmover subversion/svnmucc tools/dev/svnraisetreeconflict subversion/svnrdump subversion/svnserve subversion/svnsync subversion/svnversion subversion/bindings/cxx/tests subversion/bindings/swig subversion/tests/libsvn_wc/../../libsvn_subr subversion/bindings/swig/python subversion/bindings/swig/perl subversion/bindings/swig/ruby subversion/bindings/swig/proxy +BUILD_DIRS = subversion/tests/afl subversion/tests/cmdline subversion/tests/libsvn_subr subversion/tests/libsvn_repos subversion/tests/libsvn_fs_base subversion/tests/libsvn_client subversion/tests/libsvn_wc subversion/tests/libsvn_client/../libsvn_wc tools/diff subversion/tests/libsvn_diff subversion/tests/client subversion/tests/libsvn_fs_fs subversion/tests/libsvn_fs subversion/tests/libsvn_fs_x tools/dev subversion/bindings/javahl/src/org/apache/subversion/javahl/callback subversion/bindings/javahl/classes subversion/bindings/javahl/include subversion/bindings/javahl/src/org/tigris/subversion/javahl subversion/bindings/javahl/tests/org/tigris/subversion/javahl subversion/bindings/javahl/src/org/apache/subversion/javahl subversion/bindings/javahl/src/org/apache/subversion/javahl/remote subversion/bindings/javahl/tests/org/apache/subversion/javahl subversion/bindings/javahl/src/org/apache/subversion/javahl/types subversion/bindings/javahl/src/org/apache/subversion/javahl/util subv ersion/libsvn_auth_gnome_keyring subversion/libsvn_auth_kwallet subversion/libsvn_client subversion/libsvn_delta subversion/libsvn_diff subversion/libsvn_fs subversion/libsvn_fs_base subversion/libsvn_fs_base/bdb subversion/libsvn_fs_base/util subversion/libsvn_fs_fs subversion/libsvn_fs_util subversion/libsvn_fs_x subversion/libsvn_ra subversion/libsvn_ra_local subversion/libsvn_ra_serf subversion/libsvn_ra_svn subversion/libsvn_repos subversion/libsvn_subr subversion/libsvn_subr/lz4 subversion/bindings/swig/perl/libsvn_swig_perl subversion/bindings/swig/python/libsvn_swig_py subversion/bindings/swig/ruby/libsvn_swig_ruby subversion/tests subversion/libsvn_wc subversion/bindings/javahl/native subversion/bindings/javahl/native/jniwrapper subversion/bindings/cxx subversion/bindings/cxx/src subversion/bindings/cxx/src/aprwrap subversion/po subversion/mod_authz_svn subversion/mod_dav_svn subversion/mod_dav_svn/reports subversion/mod_dav_svn/posts tools/server-side/mod_dontdothat subver sion/tests/libsvn_ra_local subversion/tests/! libsvn_ra subversion/tests/libsvn_delta subversion/svn tools/client-side/svn-mergeinfo-normalizer tools/server-side tools/dev/wc-ng subversion/svnadmin subversion/svnbench tools/client-side/svnconflict subversion/svndumpfilter subversion/svnfsfs subversion/svnlook tools/dev/svnmover subversion/svnmucc tools/dev/svnraisetreeconflict subversion/svnrdump subversion/svnserve subversion/svnsync subversion/svnversion subversion/bindings/cxx/tests subversion/bindings/swig subversion/tests/libsvn_wc/../../libsvn_subr subversion/bindings/swig/python subversion/bindings/swig/perl subversion/bindings/swig/ruby subversion/bindings/swig/proxy BDB_TEST_DEPS = subversion/tests/libsvn_fs_base/changes-test$(EXEEXT) subversion/tests/libsvn_fs_base/fs-base-test$(EXEEXT) subversion/tests/libsvn_fs_base/strings-reps-test$(EXEEXT) BDB_TEST_PROGRAMS = subversion/tests/libsvn_fs_base/changes-test$(EXEEXT) subversion/tests/libsvn_fs_base/fs-base-test$(EXEEXT) subversion/tests/libsvn_fs_base/strings-reps-test$(EXEEXT) -TEST_DEPS = subversion/tests/afl/afl-svndiff$(EXEEXT) subversion/tests/afl/afl-x509$(EXEEXT) subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/compress-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn _wc/entries-compat-test$(EXEEXT) subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/cmdline/lock-helper$(EXEEXT) subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libsvn_subr/path-test$(EXEEXT) s ubversion/tests/libsvn_subr/prefix-string-te! st$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_ra/ra-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) tools/dev/wc-ng/svn-wc-db-tester$(EXEEXT) tools/server-side/svnauthz$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) subversion/tests/libsvn_delta/svndiff-stream-test$(EXEEXT) subversion/tests/ libsvn_delta/svndiff-test$(EXEEXT) tools/dev/svnmover/svnmover$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion/tests/libsvn_wc/wc-incomplete-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_subr/x509-test$(EXEEXT) subversion/tests/libsvn_subr/xml-test$(EXEEXT) subversion/tests/cmdline/authz_tests.py subversion/tests/cmdline/autoprop_tests.py subversion/tests/cmdline/basic_tests.py subversion/tests/cmdline/blame_tests.py subversion/tests/cmdline/cat_tests.py subversion/tests/cmdline/changelist_tests.py subversion/tests/cmdline/checkout_tests.py subversion/tests/cmdline/commit_tests.py subversion/tests/cmdline/copy_tests.py subvers ion/tests/cmdline/dav_tests.py subversion/te! sts/cmdli! ne/depth_tests.py subversion/tests/cmdline/diff_tests.py subversion/tests/cmdline/entries_tests.py subversion/tests/cmdline/export_tests.py subversion/tests/cmdline/externals_tests.py subversion/tests/cmdline/getopt_tests.py subversion/tests/cmdline/history_tests.py subversion/tests/cmdline/import_tests.py subversion/tests/cmdline/info_tests.py subversion/tests/cmdline/input_validation_tests.py subversion/tests/cmdline/iprop_authz_tests.py subversion/tests/cmdline/iprop_tests.py subversion/tests/cmdline/lock_tests.py subversion/tests/cmdline/log_tests.py subversion/tests/cmdline/merge_authz_tests.py subversion/tests/cmdline/merge_automatic_tests.py subversion/tests/cmdline/merge_reintegrate_tests.py subversion/tests/cmdline/merge_tests.py subversion/tests/cmdline/merge_tree_conflict_tests.py subversion/tests/cmdline/mergeinfo_tests.py subversion/tests/cmdline/mod_authz_svn_tests.py subversion/tests/cmdline/mod_dav_svn_tests.py subversion/tests/cmdline/move_tests.py subversion/tests/ cmdline/patch_tests.py subversion/tests/cmdline/pegrev_parse_tests.py subversion/tests/cmdline/prop_tests.py subversion/tests/cmdline/redirect_tests.py subversion/tests/cmdline/relocate_tests.py subversion/tests/cmdline/resolve_tests.py subversion/tests/cmdline/revert_tests.py subversion/tests/cmdline/schedule_tests.py subversion/tests/cmdline/shelf2_tests.py subversion/tests/cmdline/shelf_tests.py subversion/tests/cmdline/special_tests.py subversion/tests/cmdline/stat_tests.py subversion/tests/cmdline/svnadmin_tests.py subversion/tests/cmdline/svnauthz_tests.py subversion/tests/cmdline/svndumpfilter_tests.py subversion/tests/cmdline/svnfsfs_tests.py subversion/tests/cmdline/svnlook_tests.py subversion/tests/cmdline/svnmover_tests.py subversion/tests/cmdline/svnmucc_tests.py subversion/tests/cmdline/svnrdump_tests.py subversion/tests/cmdline/svnsync_authz_tests.py subversion/tests/cmdline/svnsync_tests.py subversion/tests/cmdline/svnversion_tests.py subversion/tests/cmdline/switch_t ests.py subversion/tests/cmdline/trans_tests! .py subve! rsion/tests/cmdline/tree_conflict_tests.py subversion/tests/cmdline/update_tests.py subversion/tests/cmdline/upgrade_tests.py subversion/tests/cmdline/wc_tests.py +TEST_DEPS = subversion/tests/afl/afl-svndiff$(EXEEXT) subversion/tests/afl/afl-x509$(EXEEXT) subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/compress-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn _wc/entries-compat-test$(EXEEXT) subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/client/filesize-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/cmdline/lock-helper$(EXEEXT) subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) su bversion/tests/libsvn_subr/path-test$(EXEEXT! ) subversion/tests/libsvn_subr/prefix-string-test$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_ra/ra-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) tools/dev/wc-ng/svn-wc-db-tester$(EXEEXT) tools/server-side/svnauthz$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) subversion/tests/libsvn_delta /svndiff-stream-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-test$(EXEEXT) tools/dev/svnmover/svnmover$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion/tests/libsvn_wc/wc-incomplete-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_subr/x509-test$(EXEEXT) subversion/tests/libsvn_subr/xml-test$(EXEEXT) subversion/tests/cmdline/authz_tests.py subversion/tests/cmdline/autoprop_tests.py subversion/tests/cmdline/basic_tests.py subversion/tests/cmdline/blame_tests.py subversion/tests/cmdline/cat_tests.py subversion/tests/cmdline/changelist_tests.py subversion/tests/cmdline/checkout_tests.py subversion/tests/cmdline/commit_tests.py subversion/tests/cmdline/copy_tests.py subv! ersion/te! sts/cmdline/dav_tests.py subversion/tests/cmdline/depth_tests.py subversion/tests/cmdline/diff_tests.py subversion/tests/cmdline/entries_tests.py subversion/tests/cmdline/export_tests.py subversion/tests/cmdline/externals_tests.py subversion/tests/cmdline/getopt_tests.py subversion/tests/cmdline/history_tests.py subversion/tests/cmdline/import_tests.py subversion/tests/cmdline/info_tests.py subversion/tests/cmdline/input_validation_tests.py subversion/tests/cmdline/iprop_authz_tests.py subversion/tests/cmdline/iprop_tests.py subversion/tests/cmdline/lock_tests.py subversion/tests/cmdline/log_tests.py subversion/tests/cmdline/merge_authz_tests.py subversion/tests/cmdline/merge_automatic_tests.py subversion/tests/cmdline/merge_reintegrate_tests.py subversion/tests/cmdline/merge_tests.py subversion/tests/cmdline/merge_tree_conflict_tests.py subversion/tests/cmdline/mergeinfo_tests.py subversion/tests/cmdline/mod_authz_svn_tests.py subversion/tests/cmdline/mod_dav_svn_tests.py subversio n/tests/cmdline/move_tests.py subversion/tests/cmdline/patch_tests.py subversion/tests/cmdline/pegrev_parse_tests.py subversion/tests/cmdline/prop_tests.py subversion/tests/cmdline/redirect_tests.py subversion/tests/cmdline/relocate_tests.py subversion/tests/cmdline/resolve_tests.py subversion/tests/cmdline/revert_tests.py subversion/tests/cmdline/schedule_tests.py subversion/tests/cmdline/shelf2_tests.py subversion/tests/cmdline/shelf_tests.py subversion/tests/cmdline/special_tests.py subversion/tests/cmdline/stat_tests.py subversion/tests/cmdline/svnadmin_tests.py subversion/tests/cmdline/svnauthz_tests.py subversion/tests/cmdline/svndumpfilter_tests.py subversion/tests/cmdline/svnfsfs_tests.py subversion/tests/cmdline/svnlook_tests.py subversion/tests/cmdline/svnmover_tests.py subversion/tests/cmdline/svnmucc_tests.py subversion/tests/cmdline/svnrdump_tests.py subversion/tests/cmdline/svnsync_authz_tests.py subversion/tests/cmdline/svnsync_tests.py subversion/tests/cmdline/svnver sion_tests.py subversion/tests/cmdline/switc! h_tests.p! y subversion/tests/cmdline/trans_tests.py subversion/tests/cmdline/tree_conflict_tests.py subversion/tests/cmdline/update_tests.py subversion/tests/cmdline/upgrade_tests.py subversion/tests/cmdline/wc_tests.py -TEST_PROGRAMS = subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/compress-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn_wc/entries-compat-test$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libsvn_subr/path-test$(EXEEXT) subversion/tests/libsvn_subr/prefix-string-test$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) sub version/tests/libsvn_ra/ra-test$(EXEEXT) sub! version/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-stream-test$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_subr/x509-test$(EXEEXT) subversion/tests/libsvn_su br/xml-test$(EXEEXT) subversion/tests/cmdline/authz_tests.py subversion/tests/cmdline/autoprop_tests.py subversion/tests/cmdline/basic_tests.py subversion/tests/cmdline/blame_tests.py subversion/tests/cmdline/cat_tests.py subversion/tests/cmdline/changelist_tests.py subversion/tests/cmdline/checkout_tests.py subversion/tests/cmdline/commit_tests.py subversion/tests/cmdline/copy_tests.py subversion/tests/cmdline/dav_tests.py subversion/tests/cmdline/depth_tests.py subversion/tests/cmdline/diff_tests.py subversion/tests/cmdline/entries_tests.py subversion/tests/cmdline/export_tests.py subversion/tests/cmdline/externals_tests.py subversion/tests/cmdline/getopt_tests.py subversion/tests/cmdline/history_tests.py subversion/tests/cmdline/import_tests.py subversion/tests/cmdline/info_tests.py subversion/tests/cmdline/input_validation_tests.py subversion/tests/cmdline/iprop_authz_tests.py subversion/tests/cmdline/iprop_tests.py subversion/tests/cmdline/lock_tests.py subversion/tests/cmdline /log_tests.py subversion/tests/cmdline/merge! _authz_te! sts.py subversion/tests/cmdline/merge_automatic_tests.py subversion/tests/cmdline/merge_reintegrate_tests.py subversion/tests/cmdline/merge_tests.py subversion/tests/cmdline/merge_tree_conflict_tests.py subversion/tests/cmdline/mergeinfo_tests.py subversion/tests/cmdline/mod_authz_svn_tests.py subversion/tests/cmdline/mod_dav_svn_tests.py subversion/tests/cmdline/move_tests.py subversion/tests/cmdline/patch_tests.py subversion/tests/cmdline/pegrev_parse_tests.py subversion/tests/cmdline/prop_tests.py subversion/tests/cmdline/redirect_tests.py subversion/tests/cmdline/relocate_tests.py subversion/tests/cmdline/resolve_tests.py subversion/tests/cmdline/revert_tests.py subversion/tests/cmdline/schedule_tests.py subversion/tests/cmdline/shelf2_tests.py subversion/tests/cmdline/shelf_tests.py subversion/tests/cmdline/special_tests.py subversion/tests/cmdline/stat_tests.py subversion/tests/cmdline/svnadmin_tests.py subversion/tests/cmdline/svnauthz_tests.py subversion/tests/cmdline/svndum pfilter_tests.py subversion/tests/cmdline/svnfsfs_tests.py subversion/tests/cmdline/svnlook_tests.py subversion/tests/cmdline/svnmover_tests.py subversion/tests/cmdline/svnmucc_tests.py subversion/tests/cmdline/svnrdump_tests.py subversion/tests/cmdline/svnsync_authz_tests.py subversion/tests/cmdline/svnsync_tests.py subversion/tests/cmdline/svnversion_tests.py subversion/tests/cmdline/switch_tests.py subversion/tests/cmdline/trans_tests.py subversion/tests/cmdline/tree_conflict_tests.py subversion/tests/cmdline/update_tests.py subversion/tests/cmdline/upgrade_tests.py subversion/tests/cmdline/wc_tests.py +TEST_PROGRAMS = subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/compress-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn_wc/entries-compat-test$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/client/filesize-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libsvn_subr/path-test$(EXEEXT) subversion/tests/libsvn_subr/prefix-string-test$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/t ests/libsvn_ra_local/ra-local-test$(EXEEXT) ! subversion/tests/libsvn_ra/ra-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-stream-test$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_sub r/x509-test$(EXEEXT) subversion/tests/libsvn_subr/xml-test$(EXEEXT) subversion/tests/cmdline/authz_tests.py subversion/tests/cmdline/autoprop_tests.py subversion/tests/cmdline/basic_tests.py subversion/tests/cmdline/blame_tests.py subversion/tests/cmdline/cat_tests.py subversion/tests/cmdline/changelist_tests.py subversion/tests/cmdline/checkout_tests.py subversion/tests/cmdline/commit_tests.py subversion/tests/cmdline/copy_tests.py subversion/tests/cmdline/dav_tests.py subversion/tests/cmdline/depth_tests.py subversion/tests/cmdline/diff_tests.py subversion/tests/cmdline/entries_tests.py subversion/tests/cmdline/export_tests.py subversion/tests/cmdline/externals_tests.py subversion/tests/cmdline/getopt_tests.py subversion/tests/cmdline/history_tests.py subversion/tests/cmdline/import_tests.py subversion/tests/cmdline/info_tests.py subversion/tests/cmdline/input_validation_tests.py subversion/tests/cmdline/iprop_authz_tests.py subversion/tests/cmdline/iprop_tests.py subversion/tests /cmdline/lock_tests.py subversion/tests/cmdl! ine/log_t! ests.py subversion/tests/cmdline/merge_authz_tests.py subversion/tests/cmdline/merge_automatic_tests.py subversion/tests/cmdline/merge_reintegrate_tests.py subversion/tests/cmdline/merge_tests.py subversion/tests/cmdline/merge_tree_conflict_tests.py subversion/tests/cmdline/mergeinfo_tests.py subversion/tests/cmdline/mod_authz_svn_tests.py subversion/tests/cmdline/mod_dav_svn_tests.py subversion/tests/cmdline/move_tests.py subversion/tests/cmdline/patch_tests.py subversion/tests/cmdline/pegrev_parse_tests.py subversion/tests/cmdline/prop_tests.py subversion/tests/cmdline/redirect_tests.py subversion/tests/cmdline/relocate_tests.py subversion/tests/cmdline/resolve_tests.py subversion/tests/cmdline/revert_tests.py subversion/tests/cmdline/schedule_tests.py subversion/tests/cmdline/shelf2_tests.py subversion/tests/cmdline/shelf_tests.py subversion/tests/cmdline/special_tests.py subversion/tests/cmdline/stat_tests.py subversion/tests/cmdline/svnadmin_tests.py subversion/tests/cmdline/sv nauthz_tests.py subversion/tests/cmdline/svndumpfilter_tests.py subversion/tests/cmdline/svnfsfs_tests.py subversion/tests/cmdline/svnlook_tests.py subversion/tests/cmdline/svnmover_tests.py subversion/tests/cmdline/svnmucc_tests.py subversion/tests/cmdline/svnrdump_tests.py subversion/tests/cmdline/svnsync_authz_tests.py subversion/tests/cmdline/svnsync_tests.py subversion/tests/cmdline/svnversion_tests.py subversion/tests/cmdline/switch_tests.py subversion/tests/cmdline/trans_tests.py subversion/tests/cmdline/tree_conflict_tests.py subversion/tests/cmdline/update_tests.py subversion/tests/cmdline/upgrade_tests.py subversion/tests/cmdline/wc_tests.py check-deps test-deps: subversion/tests/afl/afl-svndiff$(EXEEXT) subversion/tests/afl/afl-x509$(EXEEXT) subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/cmdline/lock-helper$(EXEEXT) tools/dev/wc-ng/svn-wc-db-tester$(EXEEXT) tools/server-side/svnauthz$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) subversion/tests/libsvn_delta/svndiff-test$(EXEEXT) tools/dev/svnmover/svnmover$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion/tests/libsvn_wc/wc-incomplete-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) MANPAGES = subversion/svn/svn.1 subversion/svnadmin/svnadmin.1 subversion/svndumpfilter/svndumpfilter.1 subversion/svnlook/svnlook.1 subversion/svnmucc/svnmucc.1 subversion/svnrdump/svnrdump.1 subversion/svnserve/svnserve.8 subversion/svnserve/svnserve.conf.5 subversion/svnsync/svnsync.1 subversion/svnversion/svnversion.1 -CLEAN_FILES = subversion/bindings/cxx/svnxx-tests$(EXEEXT) subversion/svn/svn$(EXEEXT) subversion/svnadmin/svnadmin$(EXEEXT) subversion/svnbench/svnbench$(EXEEXT) subversion/svndumpfilter/svndumpfilter$(EXEEXT) subversion/svnfsfs/svnfsfs$(EXEEXT) subversion/svnlook/svnlook$(EXEEXT) subversion/svnmucc/svnmucc$(EXEEXT) subversion/svnrdump/svnrdump$(EXEEXT) subversion/svnserve/svnserve$(EXEEXT) subversion/svnsync/svnsync$(EXEEXT) subversion/svnversion/svnversion$(EXEEXT) subversion/tests/afl/afl-svndiff$(EXEEXT) subversion/tests/afl/afl-x509$(EXEEXT) subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/cmdline/authz_tests.pyc subversion/tests/cmdline/autoprop_tests.pyc subversion/tests/cmdline/basic_tests.pyc subversion/tests/cmdline/blame_tests.pyc subversion/tests/cmdline/cat_tests.pyc subversion/tests/cmdline/changelist_tests.pyc subversion/tests/cmdline/checkout_tests.pyc subversion/tests/cmdline/commit_tests.pyc subversion/tests/cmdline/copy_tests.pyc subver sion/tests/cmdline/dav_tests.pyc subversion/tests/cmdline/depth_tests.pyc subversion/tests/cmdline/diff_tests.pyc subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/cmdline/entries_tests.pyc subversion/tests/cmdline/export_tests.pyc subversion/tests/cmdline/externals_tests.pyc subversion/tests/cmdline/getopt_tests.pyc subversion/tests/cmdline/history_tests.pyc subversion/tests/cmdline/import_tests.pyc subversion/tests/cmdline/info_tests.pyc subversion/tests/cmdline/input_validation_tests.pyc subversion/tests/cmdline/iprop_authz_tests.pyc subversion/tests/cmdline/iprop_tests.pyc subversion/tests/cmdline/lock-helper$(EXEEXT) subversion/tests/cmdline/lock_tests.pyc subversion/tests/cmdline/log_tests.pyc subversion/tests/cmdline/merge_authz_tests.pyc subversion/tests/cmdline/merge_automatic_tests.pyc subversion/tests/cmdline/merge_reintegrate_tests.pyc subversion/tests/cmdline/merge_tests.pyc subversion/tests/cmdline/merge_tree_conflict_tests.pyc subversion/tests/cmdline/me rgeinfo_tests.pyc subversion/tests/cmdline/m! od_authz_svn_tests.pyc subversion/tests/cmdline/mod_dav_svn_tests.pyc subversion/tests/cmdline/move_tests.pyc subversion/tests/cmdline/patch_tests.pyc subversion/tests/cmdline/pegrev_parse_tests.pyc subversion/tests/cmdline/prop_tests.pyc subversion/tests/cmdline/redirect_tests.pyc subversion/tests/cmdline/relocate_tests.pyc subversion/tests/cmdline/resolve_tests.pyc subversion/tests/cmdline/revert_tests.pyc subversion/tests/cmdline/schedule_tests.pyc subversion/tests/cmdline/shelf2_tests.pyc subversion/tests/cmdline/shelf_tests.pyc subversion/tests/cmdline/special_tests.pyc subversion/tests/cmdline/stat_tests.pyc subversion/tests/cmdline/svnadmin_tests.pyc subversion/tests/cmdline/svnauthz_tests.pyc subversion/tests/cmdline/svndumpfilter_tests.pyc subversion/tests/cmdline/svnfsfs_tests.pyc subversion/tests/cmdline/svnlook_tests.pyc subversion/tests/cmdline/svnmover_tests.pyc subversion/tests/cmdline/svnmucc_tests.pyc subversion/tests/cmdline/svnrdump_tests.pyc subversion/tests/cmdl ine/svnsync_authz_tests.pyc subversion/tests/cmdline/svnsync_tests.pyc subversion/tests/cmdline/svnversion_tests.pyc subversion/tests/cmdline/switch_tests.pyc subversion/tests/cmdline/trans_tests.pyc subversion/tests/cmdline/tree_conflict_tests.pyc subversion/tests/cmdline/update_tests.pyc subversion/tests/cmdline/upgrade_tests.pyc subversion/tests/cmdline/wc_tests.pyc subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-stream-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEX T) subversion/tests/libsvn_fs/locks-test$(EX! EEXT) sub! version/tests/libsvn_fs_base/changes-test$(EXEEXT) subversion/tests/libsvn_fs_base/fs-base-test$(EXEEXT) subversion/tests/libsvn_fs_base/strings-reps-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_ra/ra-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/compress-test$(EXEEX T) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_subr/path-test$(EXEEXT) subversion/tests/libsvn_subr/prefix-string-test$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/test s/libsvn_subr/string-test$(EXEEXT) subversio! n/tests/l! ibsvn_subr/subst_translate-test$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_subr/x509-test$(EXEEXT) subversion/tests/libsvn_subr/xml-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_wc/entries-compat-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_wc/wc-incomplete-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer$(EXEEXT) tools/client-side/svnconflict/svnconflict$(EXEEXT) tools/dev/fsfs-access-map$(EXEEXT) tools/dev/svnmover/svnmover$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconfl ict$(EXEEXT) tools/dev/wc-ng/svn-wc-db-tester$(EXEEXT) tools/dev/x509-parser$(EXEEXT) tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svnauthz$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) +CLEAN_FILES = subversion/bindings/cxx/svnxx-tests$(EXEEXT) subversion/svn/svn$(EXEEXT) subversion/svnadmin/svnadmin$(EXEEXT) subversion/svnbench/svnbench$(EXEEXT) subversion/svndumpfilter/svndumpfilter$(EXEEXT) subversion/svnfsfs/svnfsfs$(EXEEXT) subversion/svnlook/svnlook$(EXEEXT) subversion/svnmucc/svnmucc$(EXEEXT) subversion/svnrdump/svnrdump$(EXEEXT) subversion/svnserve/svnserve$(EXEEXT) subversion/svnsync/svnsync$(EXEEXT) subversion/svnversion/svnversion$(EXEEXT) subversion/tests/afl/afl-svndiff$(EXEEXT) subversion/tests/afl/afl-x509$(EXEEXT) subversion/tests/client/filesize-test$(EXEEXT) subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/cmdline/authz_tests.pyc subversion/tests/cmdline/autoprop_tests.pyc subversion/tests/cmdline/basic_tests.pyc subversion/tests/cmdline/blame_tests.pyc subversion/tests/cmdline/cat_tests.pyc subversion/tests/cmdline/changelist_tests.pyc subversion/tests/cmdline/checkout_tests.pyc subversion/tests/cmdline/commit_tests.pyc subversion/tests/cmdline/copy_tests.pyc subversion/tests/cmdline/dav_tests.pyc subversion/tests/cmdline/depth_tests.pyc subversion/tests/cmdline/diff_tests.pyc subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/cmdline/entries_tests.pyc subversion/tests/cmdline/export_tests.pyc subversion/tests/cmdline/externals_tests.pyc subversion/tests/cmdline/getopt_tests.pyc subversion/tests/cmdline/history_tests.pyc subversion/tests/cmdline/import_tests.pyc subversion/tests/cmdline/info_tests.pyc subversion/tests/cmdline/input_validation_tests.pyc subversion/tests/cmdline/iprop_authz_tests.pyc subversion/tests/cmdline/iprop_tests.pyc subversion/tests/cmdline/lock-helper$(EXEEXT) subversion/tests/cmdline/lock_tests.pyc subversion/tests/cmdline/log_tests.pyc subversion/tests/cmdline/merge_authz_tests.pyc subversion/tests/cmdline/merge_automatic_tests.pyc subversion/tests/cmdline/merge_reintegrate_tests.pyc subversion/tests/cmdline/merge_tests.pyc subversion/tests/cmdline/merge_tree _conflict_tests.pyc subversion/tests/cmdline! /mergeinfo_tests.pyc subversion/tests/cmdline/mod_authz_svn_tests.pyc subversion/tests/cmdline/mod_dav_svn_tests.pyc subversion/tests/cmdline/move_tests.pyc subversion/tests/cmdline/patch_tests.pyc subversion/tests/cmdline/pegrev_parse_tests.pyc subversion/tests/cmdline/prop_tests.pyc subversion/tests/cmdline/redirect_tests.pyc subversion/tests/cmdline/relocate_tests.pyc subversion/tests/cmdline/resolve_tests.pyc subversion/tests/cmdline/revert_tests.pyc subversion/tests/cmdline/schedule_tests.pyc subversion/tests/cmdline/shelf2_tests.pyc subversion/tests/cmdline/shelf_tests.pyc subversion/tests/cmdline/special_tests.pyc subversion/tests/cmdline/stat_tests.pyc subversion/tests/cmdline/svnadmin_tests.pyc subversion/tests/cmdline/svnauthz_tests.pyc subversion/tests/cmdline/svndumpfilter_tests.pyc subversion/tests/cmdline/svnfsfs_tests.pyc subversion/tests/cmdline/svnlook_tests.pyc subversion/tests/cmdline/svnmover_tests.pyc subversion/tests/cmdline/svnmucc_tests.pyc subversion/tests/c mdline/svnrdump_tests.pyc subversion/tests/cmdline/svnsync_authz_tests.pyc subversion/tests/cmdline/svnsync_tests.pyc subversion/tests/cmdline/svnversion_tests.pyc subversion/tests/cmdline/switch_tests.pyc subversion/tests/cmdline/trans_tests.pyc subversion/tests/cmdline/tree_conflict_tests.pyc subversion/tests/cmdline/update_tests.pyc subversion/tests/cmdline/upgrade_tests.pyc subversion/tests/cmdline/wc_tests.pyc subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-stream-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EX EEXT) subversion/tests/libsvn_fs/fs-test$(EX! EEXT) sub! version/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_fs_base/changes-test$(EXEEXT) subversion/tests/libsvn_fs_base/fs-base-test$(EXEEXT) subversion/tests/libsvn_fs_base/strings-reps-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_ra/ra-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) su bversion/tests/libsvn_subr/compress-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_subr/path-test$(EXEEXT) subversion/tests/libsvn_subr/prefix-string-test$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/l ibsvn_subr/stream-test$(EXEEXT) subversion/t! ests/libs! vn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_subr/x509-test$(EXEEXT) subversion/tests/libsvn_subr/xml-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_wc/entries-compat-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_wc/wc-incomplete-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer$(EXEEXT) tools/client-side/svnconflict/svnconflict$(EXEEXT) tools/dev/fsfs-access-map$(EXEEXT) tools/dev/svnmover/svnmover$(EXEEXT) t ools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) tools/dev/wc-ng/svn-wc-db-tester$(EXEEXT) tools/dev/x509-parser$(EXEEXT) tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svnauthz$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) EXTRACLEAN_FILES = subversion/libsvn_fs_fs/rep-cache-db.h subversion/libsvn_fs_x/rep-cache-db.h subversion/libsvn_subr/internal_statements.h subversion/libsvn_wc/wc-queries.h subversion/tests/libsvn_wc/wc-test-queries.h \ $(abs_builddir)/subversion/libsvn_subr/errorcode.inc \ $(abs_builddir)/subversion/libsvn_subr/config_keys.inc \ @@ -285,6 +285,12 @@ error_test_OBJECTS = error-test.lo subversion/tests/libsvn_subr/error-test$(EXEEXT): $(error_test_DEPS) cd subversion/tests/libsvn_subr && $(LINK) $(error_test_LDFLAGS) -o error-test$(EXEEXT) $(error_test_OBJECTS) ../../../subversion/tests/libsvn_test-1.la -lsvn_subr-1 $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(LIBS) +filesize_test_PATH = subversion/tests/client +filesize_test_DEPS = subversion/tests/client/filesize-test.lo subversion/tests/libsvn_test-1.la +filesize_test_OBJECTS = filesize-test.lo +subversion/tests/client/filesize-test$(EXEEXT): $(filesize_test_DEPS) + cd subversion/tests/client && $(LINK) $(filesize_test_LDFLAGS) -o filesize-test$(EXEEXT) $(filesize_test_OBJECTS) -lsvn_client-1 ../../../subversion/tests/libsvn_test-1.la -lsvn_wc-1 -lsvn_subr-1 $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(LIBS) + fs_base_test_PATH = subversion/tests/libsvn_fs_base fs_base_test_DEPS = subversion/tests/libsvn_fs_base/fs-base-test.lo subversion/tests/libsvn_test-1.la subversion/libsvn_fs_base/libsvn_fs_base-1.la subversion/libsvn_fs_util/libsvn_fs_util-1.la fs_base_test_OBJECTS = fs-base-test.lo @@ -518,8 +524,8 @@ subversion/libsvn_repos/libsvn_repos-1.la: $(libsvn_re cd subversion/libsvn_repos && $(LINK_LIB) $(libsvn_repos_LDFLAGS) -o libsvn_repos-1.la $(LT_NO_UNDEFINED) $(libsvn_repos_OBJECTS) -lsvn_fs-1 -lsvn_delta-1 -lsvn_subr-1 $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(LIBS) libsvn_subr_PATH = subversion/libsvn_subr -libsvn_subr_DEPS = subversion/libsvn_subr/adler32.lo subversion/libsvn_subr/atomic.lo subversion/libsvn_subr/auth.lo subversion/libsvn_subr/base64.lo subversion/libsvn_subr/bit_array.lo subversion/libsvn_subr/cache-inprocess.lo subversion/libsvn_subr/cache-membuffer.lo subversion/libsvn_subr/cache-memcache.lo subversion/libsvn_subr/cache-null.lo subversion/libsvn_subr/cache.lo subversion/libsvn_subr/cache_config.lo subversion/libsvn_subr/checksum.lo subversion/libsvn_subr/cmdline.lo subversion/libsvn_subr/compat.lo subversion/libsvn_subr/compress_lz4.lo subversion/libsvn_subr/compress_zlib.lo subversion/libsvn_subr/config.lo subversion/libsvn_subr/config_auth.lo subversion/libsvn_subr/config_file.lo subversion/libsvn_subr/config_win.lo subversion/libsvn_subr/crypto.lo subversion/libsvn_subr/ctype.lo subversion/libsvn_subr/date.lo subversion/libsvn_subr/debug.lo subversion/libsvn_subr/deprecated.lo subversion/libsvn_subr/dirent_uri.lo subversion/libsvn_subr/dso.lo subversion/libsvn_s ubr/encode.lo subversion/libsvn_subr/eol.lo subversion/libsvn_subr/error.lo subversion/libsvn_subr/fnv1a.lo subversion/libsvn_subr/gpg_agent.lo subversion/libsvn_subr/hash.lo subversion/libsvn_subr/io.lo subversion/libsvn_subr/iter.lo subversion/libsvn_subr/lock.lo subversion/libsvn_subr/log.lo subversion/libsvn_subr/lz4/lz4.lo subversion/libsvn_subr/macos_keychain.lo subversion/libsvn_subr/magic.lo subversion/libsvn_subr/md5.lo subversion/libsvn_subr/mergeinfo.lo subversion/libsvn_subr/mutex.lo subversion/libsvn_subr/nls.lo subversion/libsvn_subr/object_pool.lo subversion/libsvn_subr/opt.lo subversion/libsvn_subr/packed_data.lo subversion/libsvn_subr/path.lo subversion/libsvn_subr/pool.lo subversion/libsvn_subr/prefix_string.lo subversion/libsvn_subr/prompt.lo subversion/libsvn_subr/properties.lo subversion/libsvn_subr/quoprint.lo subversion/libsvn_subr/root_pools.lo subversion/libsvn_subr/simple_providers.lo subversion/libsvn_subr/skel.lo subversion/libsvn_subr/sorts.lo subversion /libsvn_subr/spillbuf.lo subversion/libsvn_s! ubr/sqlite.lo subversion/libsvn_subr/sqlite3wrapper.lo subversion/libsvn_subr/ssl_client_cert_providers.lo subversion/libsvn_subr/ssl_client_cert_pw_providers.lo subversion/libsvn_subr/ssl_server_trust_providers.lo subversion/libsvn_subr/stream.lo subversion/libsvn_subr/string.lo subversion/libsvn_subr/subst.lo subversion/libsvn_subr/sysinfo.lo subversion/libsvn_subr/target.lo subversion/libsvn_subr/temp_serializer.lo subversion/libsvn_subr/time.lo subversion/libsvn_subr/token.lo subversion/libsvn_subr/types.lo subversion/libsvn_subr/user.lo subversion/libsvn_subr/username_providers.lo subversion/libsvn_subr/utf.lo subversion/libsvn_subr/utf8proc.lo subversion/libsvn_subr/utf_validate.lo subversion/libsvn_subr/utf_width.lo subversion/libsvn_subr/validate.lo subversion/libsvn_subr/version.lo subversion/libsvn_subr/win32_crashrpt.lo subversion/libsvn_subr/win32_crypto.lo subversion/libsvn_subr/win32_xlate.lo subversion/libsvn_subr/x509info.lo subversion/libsvn_subr/x509parse.lo subver sion/libsvn_subr/xml.lo -libsvn_subr_OBJECTS = adler32.lo atomic.lo auth.lo base64.lo bit_array.lo cache-inprocess.lo cache-membuffer.lo cache-memcache.lo cache-null.lo cache.lo cache_config.lo checksum.lo cmdline.lo compat.lo compress_lz4.lo compress_zlib.lo config.lo config_auth.lo config_file.lo config_win.lo crypto.lo ctype.lo date.lo debug.lo deprecated.lo dirent_uri.lo dso.lo encode.lo eol.lo error.lo fnv1a.lo gpg_agent.lo hash.lo io.lo iter.lo lock.lo log.lo lz4/lz4.lo macos_keychain.lo magic.lo md5.lo mergeinfo.lo mutex.lo nls.lo object_pool.lo opt.lo packed_data.lo path.lo pool.lo prefix_string.lo prompt.lo properties.lo quoprint.lo root_pools.lo simple_providers.lo skel.lo sorts.lo spillbuf.lo sqlite.lo sqlite3wrapper.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo string.lo subst.lo sysinfo.lo target.lo temp_serializer.lo time.lo token.lo types.lo user.lo username_providers.lo utf.lo utf8proc.lo utf_validate.lo utf_width.lo validate.lo versi on.lo win32_crashrpt.lo win32_crypto.lo win32_xlate.lo x509info.lo x509parse.lo xml.lo +libsvn_subr_DEPS = subversion/libsvn_subr/adler32.lo subversion/libsvn_subr/apr_escape.lo subversion/libsvn_subr/atomic.lo subversion/libsvn_subr/auth.lo subversion/libsvn_subr/base64.lo subversion/libsvn_subr/bit_array.lo subversion/libsvn_subr/cache-inprocess.lo subversion/libsvn_subr/cache-membuffer.lo subversion/libsvn_subr/cache-memcache.lo subversion/libsvn_subr/cache-null.lo subversion/libsvn_subr/cache.lo subversion/libsvn_subr/cache_config.lo subversion/libsvn_subr/checksum.lo subversion/libsvn_subr/cmdline.lo subversion/libsvn_subr/compat.lo subversion/libsvn_subr/compress_lz4.lo subversion/libsvn_subr/compress_zlib.lo subversion/libsvn_subr/config.lo subversion/libsvn_subr/config_auth.lo subversion/libsvn_subr/config_file.lo subversion/libsvn_subr/config_win.lo subversion/libsvn_subr/crypto.lo subversion/libsvn_subr/ctype.lo subversion/libsvn_subr/date.lo subversion/libsvn_subr/debug.lo subversion/libsvn_subr/deprecated.lo subversion/libsvn_subr/dirent_uri.lo subversion/l ibsvn_subr/dso.lo subversion/libsvn_subr/encode.lo subversion/libsvn_subr/eol.lo subversion/libsvn_subr/error.lo subversion/libsvn_subr/fnv1a.lo subversion/libsvn_subr/gpg_agent.lo subversion/libsvn_subr/hash.lo subversion/libsvn_subr/io.lo subversion/libsvn_subr/iter.lo subversion/libsvn_subr/lock.lo subversion/libsvn_subr/log.lo subversion/libsvn_subr/lz4/lz4.lo subversion/libsvn_subr/macos_keychain.lo subversion/libsvn_subr/magic.lo subversion/libsvn_subr/md5.lo subversion/libsvn_subr/mergeinfo.lo subversion/libsvn_subr/mutex.lo subversion/libsvn_subr/nls.lo subversion/libsvn_subr/object_pool.lo subversion/libsvn_subr/opt.lo subversion/libsvn_subr/packed_data.lo subversion/libsvn_subr/path.lo subversion/libsvn_subr/pool.lo subversion/libsvn_subr/prefix_string.lo subversion/libsvn_subr/prompt.lo subversion/libsvn_subr/properties.lo subversion/libsvn_subr/quoprint.lo subversion/libsvn_subr/root_pools.lo subversion/libsvn_subr/simple_providers.lo subversion/libsvn_subr/skel.lo subve rsion/libsvn_subr/sorts.lo subversion/libsvn! _subr/spillbuf.lo subversion/libsvn_subr/sqlite.lo subversion/libsvn_subr/sqlite3wrapper.lo subversion/libsvn_subr/ssl_client_cert_providers.lo subversion/libsvn_subr/ssl_client_cert_pw_providers.lo subversion/libsvn_subr/ssl_server_trust_providers.lo subversion/libsvn_subr/stream.lo subversion/libsvn_subr/string.lo subversion/libsvn_subr/subst.lo subversion/libsvn_subr/sysinfo.lo subversion/libsvn_subr/target.lo subversion/libsvn_subr/temp_serializer.lo subversion/libsvn_subr/time.lo subversion/libsvn_subr/token.lo subversion/libsvn_subr/types.lo subversion/libsvn_subr/user.lo subversion/libsvn_subr/username_providers.lo subversion/libsvn_subr/utf.lo subversion/libsvn_subr/utf8proc.lo subversion/libsvn_subr/utf_validate.lo subversion/libsvn_subr/utf_width.lo subversion/libsvn_subr/validate.lo subversion/libsvn_subr/version.lo subversion/libsvn_subr/win32_crashrpt.lo subversion/libsvn_subr/win32_crypto.lo subversion/libsvn_subr/win32_xlate.lo subversion/libsvn_subr/x509info.lo subve rsion/libsvn_subr/x509parse.lo subversion/libsvn_subr/xml.lo +libsvn_subr_OBJECTS = adler32.lo apr_escape.lo atomic.lo auth.lo base64.lo bit_array.lo cache-inprocess.lo cache-membuffer.lo cache-memcache.lo cache-null.lo cache.lo cache_config.lo checksum.lo cmdline.lo compat.lo compress_lz4.lo compress_zlib.lo config.lo config_auth.lo config_file.lo config_win.lo crypto.lo ctype.lo date.lo debug.lo deprecated.lo dirent_uri.lo dso.lo encode.lo eol.lo error.lo fnv1a.lo gpg_agent.lo hash.lo io.lo iter.lo lock.lo log.lo lz4/lz4.lo macos_keychain.lo magic.lo md5.lo mergeinfo.lo mutex.lo nls.lo object_pool.lo opt.lo packed_data.lo path.lo pool.lo prefix_string.lo prompt.lo properties.lo quoprint.lo root_pools.lo simple_providers.lo skel.lo sorts.lo spillbuf.lo sqlite.lo sqlite3wrapper.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo string.lo subst.lo sysinfo.lo target.lo temp_serializer.lo time.lo token.lo types.lo user.lo username_providers.lo utf.lo utf8proc.lo utf_validate.lo utf_width.lo val idate.lo version.lo win32_crashrpt.lo win32_crypto.lo win32_xlate.lo x509info.lo x509parse.lo xml.lo subversion/libsvn_subr/libsvn_subr-1.la: $(libsvn_subr_DEPS) cd subversion/libsvn_subr && $(LINK_LIB) $(libsvn_subr_LDFLAGS) -o libsvn_subr-1.la $(LT_NO_UNDEFINED) $(libsvn_subr_OBJECTS) $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(SVN_XML_LIBS) $(SVN_ZLIB_LIBS) $(SVN_APR_MEMCACHE_LIBS) $(SVN_SQLITE_LIBS) $(SVN_MAGIC_LIBS) $(SVN_INTL_LIBS) $(SVN_LZ4_LIBS) $(SVN_UTF8PROC_LIBS) $(SVN_MACOS_PLIST_LIBS) $(SVN_MACOS_KEYCHAIN_LIBS) $(LIBS) @@ -1152,7 +1158,7 @@ swig-rb: subversion/bindings/swig/ruby/client.la subve swig-rb-lib: subversion/bindings/swig/ruby/libsvn_swig_ruby/libsvn_swig_ruby-1.la -test: subversion/tests/afl/afl-svndiff$(EXEEXT) subversion/tests/afl/afl-x509$(EXEEXT) subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/compress-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn_wc/en tries-compat-test$(EXEEXT) subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/libsvn_test-1.la subversion/tests/cmdline/lock-helper$(EXEEXT) subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libs vn_subr/path-test$(EXEEXT) subversion/tests/! libsvn_subr/prefix-string-test$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_ra/ra-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) tools/dev/wc-ng/svn-wc-db-tester$(EXEEXT) subversion/tests/libsvn_delta/svndiff-stream-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-test$(EXEEXT) subversion/tests/l ibsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion/tests/libsvn_wc/wc-incomplete-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_subr/x509-test$(EXEEXT) subversion/tests/libsvn_subr/xml-test$(EXEEXT) +test: subversion/tests/afl/afl-svndiff$(EXEEXT) subversion/tests/afl/afl-x509$(EXEEXT) subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_repos/authz-test$(EXEEXT) subversion/tests/libsvn_subr/bit-array-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/compress-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/conflict-data-test$(EXEEXT) subversion/tests/libsvn_client/conflicts-test$(EXEEXT) subversion/tests/libsvn_subr/crypto-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_repos/dump-load-test$(EXEEXT) subversion/tests/libsvn_wc/en tries-compat-test$(EXEEXT) subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/libsvn_subr/error-code-test$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/client/filesize-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-fs-private-test$(EXEEXT) subversion/tests/libsvn_fs/fs-sequential-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_fs_x/fs-x-pack-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_subr/io-test$(EXEEXT) subversion/tests/libsvn_test-1.la subversion/tests/cmdline/lock-helper$(EXEEXT) subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_client/mtcc-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_subr/packed-data-test$(EXEEXT) subversion/tests/libsvn_diff /parse-diff-test$(EXEEXT) subversion/tests/l! ibsvn_subr/path-test$(EXEEXT) subversion/tests/libsvn_subr/prefix-string-test$(EXEEXT) subversion/tests/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_ra/ra-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/root-pools-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/spillbuf-test$(EXEEXT) subversion/tests/libsvn_subr/sqlite-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_fs_x/string-table-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) tools/dev/wc-ng/svn-wc-db-tester$(EXEEXT) subversion/tests/libsvn_delta/svndiff-stream-test$(EXEEXT) subversion/tests/libsvn _delta/svndiff-test$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion/tests/libsvn_wc/wc-incomplete-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_wc/wc-queries-test$(EXEEXT) subversion/tests/libsvn_wc/wc-test$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) subversion/tests/libsvn_subr/x509-test$(EXEEXT) subversion/tests/libsvn_subr/xml-test$(EXEEXT) tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/dev/fsfs-access-map$(EXEEXT) tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svnauthz$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnconflict/svnconflict$(EXEEXT) tools/dev/svnmover/svnmover$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) tools/dev/x509-parser$(EXEEXT) @@ -1496,6 +1502,7 @@ entries-compat-test: subversion/tests/libsvn_wc/entrie entries-dump: subversion/tests/cmdline/entries-dump$(EXEEXT) error-code-test: subversion/tests/libsvn_subr/error-code-test$(EXEEXT) error-test: subversion/tests/libsvn_subr/error-test$(EXEEXT) +filesize-test: subversion/tests/client/filesize-test$(EXEEXT) fs-base-test: subversion/tests/libsvn_fs_base/fs-base-test$(EXEEXT) fs-fs-fuzzy-test: subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test$(EXEEXT) fs-fs-pack-test: subversion/tests/libsvn_fs_fs/fs-fs-pack-test$(EXEEXT) @@ -2890,6 +2897,8 @@ subversion/libsvn_repos/rev_hunt.lo: subversion/libsvn subversion/libsvn_subr/adler32.lo: subversion/libsvn_subr/adler32.c subversion/include/private/svn_adler32.h +subversion/libsvn_subr/apr_escape.lo: subversion/libsvn_subr/apr_escape.c subversion/include/private/svn_dep_compat.h + subversion/libsvn_subr/atomic.lo: subversion/libsvn_subr/atomic.c subversion/include/private/svn_atomic.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_mutex.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_pools.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/libsvn_subr/auth.lo: subversion/libsvn_subr/auth.c subversion/include/private/svn_auth_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_version.h subversion/libsvn_subr/auth.h subversion/svn_private_config.h @@ -2912,7 +2921,7 @@ subversion/libsvn_subr/cache_config.lo: subversion/lib subversion/libsvn_subr/checksum.lo: subversion/libsvn_subr/checksum.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/libsvn_subr/checksum.h subversion/libsvn_subr/fnv1a.h subversion/svn_private_config.h -subversion/libsvn_subr/cmdline.lo: subversion/libsvn_subr/cmdline.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_sorts_private.h subversion/include/private/svn_string_private.h subversion/include/private/svn_utf_private.h subversion/include/svn_auth.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_nls.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_utf.h subvers ion/include/svn_xml.h subversion/libsvn_subr/win32_crashrpt.h subversion/svn_private_config.h +subversion/libsvn_subr/cmdline.lo: subversion/libsvn_subr/cmdline.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_sorts_private.h subversion/include/private/svn_string_private.h subversion/include/private/svn_utf_private.h subversion/include/svn_auth.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_dirent_uri.h subversion/include/svn_dso.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_nls.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_types _impl.h subversion/include/svn_utf.h subversion/include/svn_xml.h subversion/libsvn_subr/win32_crashrpt.h subversion/svn_private_config.h subversion/libsvn_subr/compat.lo: subversion/libsvn_subr/compat.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_compat.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h @@ -3402,9 +3411,11 @@ subversion/tests/afl/afl-svndiff.lo: subversion/tests/ subversion/tests/afl/afl-x509.lo: subversion/tests/afl/afl-x509.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_x509.h +subversion/tests/client/filesize-test.lo: subversion/tests/client/filesize-test.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_path.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn/filesize.c subversion/tests/svn_test.h + subversion/tests/cmdline/atomic-ra-revprop-change.lo: subversion/tests/cmdline/atomic-ra-revprop-change.c subversion/include/private/svn_debug.h subversion/include/private/svn_skel.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/svn_private_config.h -subversion/tests/cmdline/entries-dump.lo: subversion/tests/cmdline/entries-dump.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/sv n_private_config.h +subversion/tests/cmdline/entries-dump.lo: subversion/tests/cmdline/entries-dump.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/libsvn_wc/lock.h subversion/libsvn_wc/wc.h subversion/li bsvn_wc/wc_db.h subversion/svn_private_config.h subversion/tests/cmdline/lock-helper.lo: subversion/tests/cmdline/lock-helper.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h From owner-svn-ports-branches@freebsd.org Fri Feb 19 23:00:19 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE29D5430E7; Fri, 19 Feb 2021 23:00:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dj6VW4ZBFz3k46; Fri, 19 Feb 2021 23:00:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FBC61490A; Fri, 19 Feb 2021 23:00:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JN0JZc066981; Fri, 19 Feb 2021 23:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JN0JWU066980; Fri, 19 Feb 2021 23:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202102192300.11JN0JWU066980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Feb 2021 23:00:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566106 - branches/2021Q1/net/vde2 X-SVN-Group: ports-branches X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: branches/2021Q1/net/vde2 X-SVN-Commit-Revision: 566106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 23:00:19 -0000 Author: amdmi3 Date: Fri Feb 19 23:00:19 2021 New Revision: 566106 URL: https://svnweb.freebsd.org/changeset/ports/566106 Log: MFH: r566105 - Fix dependency on ports libpcap by explicitly specifying shlib version PR: 242332 Reported by: lantw44@gmail.com Modified: branches/2021Q1/net/vde2/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/vde2/Makefile ============================================================================== --- branches/2021Q1/net/vde2/Makefile Fri Feb 19 22:53:06 2021 (r566105) +++ branches/2021Q1/net/vde2/Makefile Fri Feb 19 23:00:19 2021 (r566106) @@ -3,7 +3,7 @@ PORTNAME= vde2 PORTVERSION= 2.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/vde/${PORTNAME}/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= User-mode virtual ethernet infrastructure LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= libpcap.so:net/libpcap +LIB_DEPENDS= libpcap.so.1:net/libpcap USES= gmake libtool pathfix shebangfix ssl USE_LDCONFIG= yes From owner-svn-ports-branches@freebsd.org Fri Feb 19 23:45:24 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C342354495E; Fri, 19 Feb 2021 23:45:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dj7VX4dwhz3nPg; Fri, 19 Feb 2021 23:45:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 879BF15385; Fri, 19 Feb 2021 23:45:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JNjOIP099443; Fri, 19 Feb 2021 23:45:24 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JNjMeG099433; Fri, 19 Feb 2021 23:45:22 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202102192345.11JNjMeG099433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 19 Feb 2021 23:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566121 - in branches/2021Q1/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in branches/2021Q1/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 566121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 23:45:24 -0000 Author: gjb Date: Fri Feb 19 23:45:22 2021 New Revision: 566121 URL: https://svnweb.freebsd.org/changeset/ports/566121 Log: MFH: r566120 Add 13.0-BETA3 checksums. Prune 13.0-BETA1 checksums. Approved by: portmgr (implicit, re blanket) Sponsored by: Rubicon Communications, LLC ("Netgate") Added: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA3 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA3 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA3 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA3 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA3 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA3 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA3 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA3 - copied unchanged from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA3 Deleted: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA1 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA1 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA1 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA1 Modified: branches/2021Q1/misc/freebsd-release-manifests/Makefile branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/misc/freebsd-release-manifests/Makefile ============================================================================== --- branches/2021Q1/misc/freebsd-release-manifests/Makefile Fri Feb 19 23:44:13 2021 (r566120) +++ branches/2021Q1/misc/freebsd-release-manifests/Makefile Fri Feb 19 23:45:22 2021 (r566121) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20210212 -PORTREVISION= 1 +DISTVERSION= 20210219 +PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # DISTFILES= # Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA3) @@ -0,0 +1,9 @@ +base-dbg.txz f7ec99cd7d5be3ce844fcbdeccf38c554d8a5bf61f9c6a606fe158f7a9fdfb79 1649 base_dbg "Base system (Debugging)" off +base.txz 9ee8ec12fc58302a02bfdb6e697faac2aafec34f4f186cd04ca938a30d69c375 26794 base "Base system (MANDATORY)" on +kernel-dbg.txz c6704396bf0a7001d1366029a10c9b4c87c04e4eafe0b71db92acec71fda1509 805 kernel_dbg "Kernel (Debugging)" on +kernel.txz ecd5872f74ec33a33e5bffce9fc72462c7e598fcb1bd1f8818a193574f18558c 816 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz a67d34d1498b89b8c3f7741dfde4c14167ddbc174724eaf76a78cf5ffbc0fbf3 246 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 4aa5b425d319bcf337b03bd88f0b6d5a4db55d82b88e1e11f0b7b5d0631384ce 1024 lib32 "32-bit compatibility libraries" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz c80a736439fc34837530836fe71002d6715b6f53eea76da77ca022763027acdc 6544 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA3) @@ -0,0 +1,7 @@ +base-dbg.txz dbbd7e9b475968e3303d1076ab69234e6cf0fa93339047fedba06199e8e01c5e 1618 base_dbg "Base system (Debugging)" off +base.txz e251d5996ec3fc55d918fe01835a497668b2fda21a2cca6ce9452c7a64232434 26474 base "Base system (MANDATORY)" on +kernel-dbg.txz 25e7475202d00826a8ca7b53553fb3351de7ac1900643b75e8422941eaac9005 645 kernel_dbg "Kernel (Debugging)" on +kernel.txz cf148b38e42ec08e6c41b4e5aba79846aff08dedec1a6d7b165fc758e772acf4 703 kernel "Kernel (MANDATORY)" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz ef256a8cae8eed4a74cfd5617296e74856bae3dfd404992214f3117e4bb766b6 6541 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA3) @@ -0,0 +1,7 @@ +base-dbg.txz d624745a3901972868a8d595ea43c56a747ba72c56e2393aca69c0195b2540cf 1636 base_dbg "Base system (Debugging)" off +base.txz 844c184e8f49db7e670a33fb9f673741fdaf1f6aae611334111188d850e5c487 26763 base "Base system (MANDATORY)" on +kernel-dbg.txz d3fb3c873e326e3d5eeb1a94f06955bfd35047c1a4eb4719e5816ca9854e75c0 787 kernel_dbg "Kernel (Debugging)" on +kernel.txz 2e84541af8844ed5bf3a0de4f4ef9a6b6f0ff2d26b0ce34ab52823d20204398b 797 kernel "Kernel (MANDATORY)" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz 5159caf4d26abd7b1eb756cdec967412ba0df5281f41bd02fe6b49e2d194181b 6544 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA3) @@ -0,0 +1,7 @@ +base-dbg.txz a342471c261d83a3adbb9f2d6818e3be82585db47b7582714b47fd5f769d97c8 1602 base_dbg "Base system (Debugging)" off +base.txz 3ef2f8ae13955894aeba5b04b7dcda3146387db1e7b947d54e20c2884f49b116 26364 base "Base system (MANDATORY)" on +kernel-dbg.txz 00bd3e75826992a342caae9daa7c6a02ad81d7c6efff088c4676282263f151c5 608 kernel_dbg "Kernel (Debugging)" on +kernel.txz f9eec3fab6372e4520a287f5a252be6fd2e63b413f5a542bdaa5bae87d13c81d 616 kernel "Kernel (MANDATORY)" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz ac5d7b9dfa18440f30b933bd822c564a8d61d50cf5710d8823e472aa3e7e64ea 6530 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA3) @@ -0,0 +1,9 @@ +base-dbg.txz f8a0d79040ce89729de38bf4b8135141611b7db56e29a7d543fe7e01d8cd5b5e 1619 base_dbg "Base system (Debugging)" off +base.txz 6fcb51a2261eef018eb178fe71cddf10107fc74e5510ee7ae38745a4cd3e705a 26396 base "Base system (MANDATORY)" on +kernel-dbg.txz ddc011895d11003cf022e4cc17ad756d9578ffa9f1c2b9c868ff70fefac2be85 625 kernel_dbg "Kernel (Debugging)" on +kernel.txz 01f61198fe4562c4c9929642fd0096e7cbf035fef78174961278f1ab0bbb2dff 633 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 61917078c7aef324f35934cc702cdeb7f56ed89955db09c26fef1e52b59a33f3 236 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 5ced06b3f60ec3a2609d47d3bd54b8fb7c9e1ff4838901e9e40d28a1ee3e47ab 986 lib32 "32-bit compatibility libraries" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz 40f469ec9158e69ee77ef10ffeb51bab10abcb89c0be8452be3b75a41b31e540 6533 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA3) @@ -0,0 +1,7 @@ +base-dbg.txz 2ed3e6ecf23406082543c69ca90fd3f11504c9f24ec011d0f2a54b00341ff4a7 1606 base_dbg "Base system (Debugging)" off +base.txz 21756ca96de1ebf4181b883ef3ddaa5f02d25fd294c16c196ef5b9d1f3727b98 26369 base "Base system (MANDATORY)" on +kernel-dbg.txz cec79673bbfc6ca0ccc469c727ad4b0f943fb078eb97ff0e2456c6885b21ce78 624 kernel_dbg "Kernel (Debugging)" on +kernel.txz 83fffe5f14cef236827cfff1b916751dcfea411d1e65b3db5b3266dfb3403dc3 632 kernel "Kernel (MANDATORY)" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz 9f2eaf11b648557991bc5233bc233f0cf603d2e35186590a7ee0ddd7f37a5f21 6543 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA3) @@ -0,0 +1,7 @@ +base-dbg.txz ddd9df57958cf1ef1ea38cd97c80ce3800b617b45eb12f6617f309495ea1d998 1601 base_dbg "Base system (Debugging)" off +base.txz 9b1e1277064aa3d42bfe556c84cf2169ba20795b23afe663354448b902801e62 26359 base "Base system (MANDATORY)" on +kernel-dbg.txz df57b6913aeafd8ac13b3291db0ca2873b811f90ca096c1c9e060815fe12a924 605 kernel_dbg "Kernel (Debugging)" on +kernel.txz b5168d59eb5c300f04ad5a3aab111db6236a8feb9e4b419f5ca63538e5354736 613 kernel "Kernel (MANDATORY)" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz 4c7b3bcb387bd93c9a3cfeb2cdca3c8806a90dceff6ef9ad4d87f7cd64c90d41 6530 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA3 (from r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA3 Fri Feb 19 23:45:22 2021 (r566121, copy of r566120, head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA3) @@ -0,0 +1,7 @@ +base-dbg.txz e485472cc39d2d3d5f9c1da1cd250271619818474ea173dc5b7e7dcfb37ef2e9 1581 base_dbg "Base system (Debugging)" off +base.txz f991cb8549676f7059308a71ae12b4f1cd104dfdd7f8a1ed0d786e720e016a78 26056 base "Base system (MANDATORY)" on +kernel-dbg.txz 5700e8c8e092d1715bd0e1680ae5e731cfd7237053ef0b566919daf493e5b80b 596 kernel_dbg "Kernel (Debugging)" on +kernel.txz 402467dc502af993ed00d52d94bff7539bfc556f7a23cead51e16e097a902438 607 kernel "Kernel (MANDATORY)" on +ports.txz eedfa3bf7221479efe4123952fa601264033d1180d51b8fd66cec7ccf664f578 175399 ports "Ports tree" off +src.txz 84bb4a02c0c44817443205a0be60c9fc97ab8c31c69d6aad406990a0d691f467 93486 src "System source tree" off +tests.txz d6f4337e5def16b16da4e789485bae9b9f4a184bd545824d88cbb024e7cb00d0 6539 tests "Test suite" off Modified: branches/2021Q1/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Fri Feb 19 23:44:13 2021 (r566120) +++ branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Fri Feb 19 23:45:22 2021 (r566121) @@ -18,10 +18,6 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.2-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-12.2-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-13.0-BETA1 -%%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-BETA1 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.0-BETA1 -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-BETA1 %%DATADIR%%/MANIFESTS/amd64-amd64-13.0-BETA2 %%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-BETA2 %%DATADIR%%/MANIFESTS/i386-i386-13.0-BETA2 @@ -30,3 +26,11 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-BETA2 %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-BETA2 %%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-BETA2 +%%DATADIR%%/MANIFESTS/amd64-amd64-13.0-BETA3 +%%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-BETA3 +%%DATADIR%%/MANIFESTS/i386-i386-13.0-BETA3 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-13.0-BETA3 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.0-BETA3 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-BETA3 +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-BETA3 +%%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-BETA3 From owner-svn-ports-branches@freebsd.org Fri Feb 19 23:47:54 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 40174544BEA; Fri, 19 Feb 2021 23:47:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dj7YQ14Gtz3nw0; Fri, 19 Feb 2021 23:47:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 181D414FC8; Fri, 19 Feb 2021 23:47:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JNlrU7099917; Fri, 19 Feb 2021 23:47:53 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JNlrob099915; Fri, 19 Feb 2021 23:47:53 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202102192347.11JNlrob099915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 19 Feb 2021 23:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566123 - in branches/2021Q1/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in branches/2021Q1/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 566123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 23:47:54 -0000 Author: gjb Date: Fri Feb 19 23:47:53 2021 New Revision: 566123 URL: https://svnweb.freebsd.org/changeset/ports/566123 Log: MFH: r566122 Prune 12.1-RELEASE checksums after reaching end-of-life Approved by: portmgr (implicit, re blanket) Sponsored by: Rubicon Communications, LLC ("Netgate") Deleted: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.1-RELEASE branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.1-RELEASE branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.1-RELEASE branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.1-RELEASE branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.1-RELEASE branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.1-RELEASE branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.1-RELEASE Modified: branches/2021Q1/misc/freebsd-release-manifests/Makefile branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/misc/freebsd-release-manifests/Makefile ============================================================================== --- branches/2021Q1/misc/freebsd-release-manifests/Makefile Fri Feb 19 23:47:03 2021 (r566122) +++ branches/2021Q1/misc/freebsd-release-manifests/Makefile Fri Feb 19 23:47:53 2021 (r566123) @@ -2,7 +2,7 @@ PORTNAME= freebsd-release-manifests DISTVERSION= 20210219 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= # DISTFILES= # Modified: branches/2021Q1/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Fri Feb 19 23:47:03 2021 (r566122) +++ branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Fri Feb 19 23:47:53 2021 (r566123) @@ -1,10 +1,3 @@ -%%DATADIR%%/MANIFESTS/amd64-amd64-12.1-RELEASE -%%DATADIR%%/MANIFESTS/arm64-aarch64-12.1-RELEASE -%%DATADIR%%/MANIFESTS/i386-i386-12.1-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.1-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.1-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.1-RELEASE -%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.1-RELEASE %%DATADIR%%/MANIFESTS/amd64-amd64-11.4-RELEASE %%DATADIR%%/MANIFESTS/arm64-aarch64-11.4-RELEASE %%DATADIR%%/MANIFESTS/i386-i386-11.4-RELEASE From owner-svn-ports-branches@freebsd.org Sat Feb 20 13:26:04 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 036EF546A84; Sat, 20 Feb 2021 13:26:04 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DjTjR6gWKz3QnR; Sat, 20 Feb 2021 13:26:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D39661FD18; Sat, 20 Feb 2021 13:26:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11KDQ3cI097909; Sat, 20 Feb 2021 13:26:03 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11KDQ3LN097908; Sat, 20 Feb 2021 13:26:03 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202102201326.11KDQ3LN097908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 20 Feb 2021 13:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566160 - branches/2021Q1/net/traefik X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2021Q1/net/traefik X-SVN-Commit-Revision: 566160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2021 13:26:04 -0000 Author: riggs Date: Sat Feb 20 13:26:03 2021 New Revision: 566160 URL: https://svnweb.freebsd.org/changeset/ports/566160 Log: MFH: r566159 Update to upstream release 2.4.5. Details: - Feature enhancements, docs and bug fixes, see https://github.com/traefik/traefik/releases/tag/v2.4.5 - Configuration files are compatible with the previous 2.3.x series. Modified: branches/2021Q1/net/traefik/Makefile branches/2021Q1/net/traefik/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/traefik/Makefile ============================================================================== --- branches/2021Q1/net/traefik/Makefile Sat Feb 20 13:21:55 2021 (r566159) +++ branches/2021Q1/net/traefik/Makefile Sat Feb 20 13:26:03 2021 (r566160) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 2.3.7 +PORTVERSION= 2.4.5 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} Modified: branches/2021Q1/net/traefik/distinfo ============================================================================== --- branches/2021Q1/net/traefik/distinfo Sat Feb 20 13:21:55 2021 (r566159) +++ branches/2021Q1/net/traefik/distinfo Sat Feb 20 13:26:03 2021 (r566160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610607525 -SHA256 (traefik-2.3.7.tar.xz) = f7525182ff68b8ea5d4f0da31cb4e9bd1b08bdf96bc31ac24fbeb6fb854d4375 -SIZE (traefik-2.3.7.tar.xz) = 14146104 +TIMESTAMP = 1613822329 +SHA256 (traefik-2.4.5.tar.xz) = 695ffe32bdbe2ccca0b74ac3e54e00f9a34f0a9bd5376e58c98504b1ee7f3d4c +SIZE (traefik-2.4.5.tar.xz) = 14369612 From owner-svn-ports-branches@freebsd.org Sat Feb 20 19:07:48 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B026055163B; Sat, 20 Feb 2021 19:07:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DjdHm4c7Hz4YGt; Sat, 20 Feb 2021 19:07:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 865F22459C; Sat, 20 Feb 2021 19:07:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11KJ7mkm006235; Sat, 20 Feb 2021 19:07:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11KJ7mwp006233; Sat, 20 Feb 2021 19:07:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102201907.11KJ7mwp006233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 20 Feb 2021 19:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566181 - branches/2021Q1/graphics/mesa-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/graphics/mesa-devel X-SVN-Commit-Revision: 566181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2021 19:07:48 -0000 Author: jbeich Date: Sat Feb 20 19:07:47 2021 New Revision: 566181 URL: https://svnweb.freebsd.org/changeset/ports/566181 Log: MFH: r566180 graphics/mesa-devel: update to 21.0.b.2052 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/575756274a8...3250e04d25e Modified: branches/2021Q1/graphics/mesa-devel/Makefile branches/2021Q1/graphics/mesa-devel/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/mesa-devel/Makefile ============================================================================== --- branches/2021Q1/graphics/mesa-devel/Makefile Sat Feb 20 19:06:21 2021 (r566180) +++ branches/2021Q1/graphics/mesa-devel/Makefile Sat Feb 20 19:07:47 2021 (r566181) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-1876 -DISTVERSIONSUFFIX= -g575756274a8 +DISTVERSION= 21.0-branchpoint-2052 +DISTVERSIONSUFFIX= -g3250e04d25e CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -17,6 +17,8 @@ PATCHFILES+= 167fa293d7b7.patch:-p1 # https://gitlab.f PATCHFILES+= 19e001833ec1.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 PATCHFILES+= 50433886a3e3.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6881 PATCHFILES+= 79a9c5e470c2.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8221 +PATCHFILES+= 891152495cf7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9168 +PATCHFILES+= 6bac85341b5d.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9169 MAINTAINER= jbeich@FreeBSD.org COMMENT= Bleeding edge Mesa drivers (OpenGL, Vulkan) Modified: branches/2021Q1/graphics/mesa-devel/distinfo ============================================================================== --- branches/2021Q1/graphics/mesa-devel/distinfo Sat Feb 20 19:06:21 2021 (r566180) +++ branches/2021Q1/graphics/mesa-devel/distinfo Sat Feb 20 19:07:47 2021 (r566181) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613606537 -SHA256 (mesa3d-mesa-21.0-branchpoint-1876-g575756274a8_GH0.tar.gz) = 3363bbd6b075be2ff9d64c488c56ade46fb957ab774496e8b6aaf7e56b5673c7 -SIZE (mesa3d-mesa-21.0-branchpoint-1876-g575756274a8_GH0.tar.gz) = 22941781 +TIMESTAMP = 1613784687 +SHA256 (mesa3d-mesa-21.0-branchpoint-2052-g3250e04d25e_GH0.tar.gz) = 7bc76c948dc078c196bd4658c8f152e96c1417934e7440e46d83347c30c7b370 +SIZE (mesa3d-mesa-21.0-branchpoint-2052-g3250e04d25e_GH0.tar.gz) = 22962755 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 SIZE (9f52b5177728.patch) = 832 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 @@ -21,3 +21,7 @@ SHA256 (50433886a3e3.patch) = 15af265e9dbb5dec7514062c SIZE (50433886a3e3.patch) = 2008 SHA256 (79a9c5e470c2.patch) = d6f5e0378d16864e21399c4e0b9192ea2de540ef1421e672b62c5e1c69252cab SIZE (79a9c5e470c2.patch) = 866 +SHA256 (891152495cf7.patch) = e120e26688c1bfca76f4cb711814d1483693cbc66fcb130c88f98a8bf142f826 +SIZE (891152495cf7.patch) = 1258 +SHA256 (6bac85341b5d.patch) = a8f6858ab1330190f4f16a95ed8b434a3ea933ee401c913a5afb66d5ad39532d +SIZE (6bac85341b5d.patch) = 1462