From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 05:08:12 2021 Return-Path: Delivered-To: dev-commits-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 7ED9866E198; Mon, 9 Aug 2021 05:08:12 +0000 (UTC) (envelope-from git@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 4GjkcX2vw4z3Bvj; Mon, 9 Aug 2021 05:08:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4797622475; Mon, 9 Aug 2021 05:08:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17958Cdp081103; Mon, 9 Aug 2021 05:08:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17958CG0081102; Mon, 9 Aug 2021 05:08:12 GMT (envelope-from git) Date: Mon, 9 Aug 2021 05:08:12 GMT Message-Id: <202108090508.17958CG0081102@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: adb336114717 - 2021Q3 - databases/mongodb44: Update to 4.4.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: adb336114717c1dd89318e1378d521694a35a919 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 05:08:12 -0000 The branch 2021Q3 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=adb336114717c1dd89318e1378d521694a35a919 commit adb336114717c1dd89318e1378d521694a35a919 Author: Ronald Klop AuthorDate: 2021-07-26 07:26:39 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-09 05:07:15 +0000 databases/mongodb44: Update to 4.4.8 Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.8---aug-4--2021 PR: 257688 (cherry picked from commit 962be10550ee4a2be37ca5fd8e10a8a210a73289) --- databases/mongodb44/Makefile | 5 ++--- databases/mongodb44/distinfo | 6 +++--- databases/mongodb44/files/patch-SConstruct | 24 +++++++++++++++++------- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index 4de61908fd13..28dd80c099cd 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.4.6 +DISTVERSION= 4.4.8 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -28,7 +28,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ libsnappy.so:archivers/snappy -USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix +USES= compiler:c++17-lang cpe python:3.5+,build scons USE_RC_SUBR= mongod CONFLICTS_INSTALL= mongodb36 mongodb4[02] @@ -36,7 +36,6 @@ CONFLICTS_INSTALL= mongodb36 mongodb4[02] OPTIONS_DEFINE= LTO SASL SSL OPTIONS_DEFAULT=LTO SASL SSL -python_OLD_CMD= @python_interpreter@ MAKE_ARGS= --use-system-zlib \ --use-system-pcre \ --use-system-snappy \ diff --git a/databases/mongodb44/distinfo b/databases/mongodb44/distinfo index 0d9b18c20f8e..3d2b2bc2f004 100644 --- a/databases/mongodb44/distinfo +++ b/databases/mongodb44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620589981 -SHA256 (mongodb-src-r4.4.6.tar.gz) = b5189aa87977137574cd75432dac9bb91699d322358f857b7b6d1e191fbd2f32 -SIZE (mongodb-src-r4.4.6.tar.gz) = 50069717 +TIMESTAMP = 1628281136 +SHA256 (mongodb-src-r4.4.8.tar.gz) = 6f9bd6626ef61ec3cd9051ff8576bf499936de99c4fc3551f8bde4e9ba504a97 +SIZE (mongodb-src-r4.4.8.tar.gz) = 50492854 diff --git a/databases/mongodb44/files/patch-SConstruct b/databases/mongodb44/files/patch-SConstruct index 011674b57ac9..de57cb103810 100644 --- a/databases/mongodb44/files/patch-SConstruct +++ b/databases/mongodb44/files/patch-SConstruct @@ -1,7 +1,7 @@ ---- SConstruct.orig 2019-08-08 20:06:23 UTC +--- SConstruct.orig 2021-07-07 09:17:06 UTC +++ SConstruct -@@ -1068,9 +1068,9 @@ if has_option('variables-help'): - print((env_vars.GenerateHelpText(env))) +@@ -1213,9 +1213,9 @@ if has_option('variables-help'): + print(env_vars.GenerateHelpText(env)) Exit(0) -unknown_vars = env_vars.UnknownVariables() @@ -11,9 +11,9 @@ +#if unknown_vars: +# env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys()))) - def set_config_header_define(env, varname, varval = 1): - env['CONFIG_HEADER_DEFINES'][varname] = varval -@@ -1851,7 +1851,7 @@ if env.TargetOSIs('posix'): + if get_option('install-action') != 'default' and get_option('ninja') != "disabled": + env.FatalError("Cannot use non-default install actions when generating Ninja.") +@@ -2091,7 +2091,7 @@ if env.TargetOSIs('posix'): # If runtime hardening is requested, then build anything # destined for an executable with the necessary flags for PIE. env.AppendUnique( @@ -22,7 +22,7 @@ PROGLINKFLAGS=['-pie'], ) -@@ -1865,7 +1865,7 @@ if env.TargetOSIs('posix'): +@@ -2106,7 +2106,7 @@ if env.TargetOSIs('posix'): "-Wno-unknown-pragmas", "-Winvalid-pch"] ) # env.Append( " -Wconversion" ) TODO: this doesn't really work yet @@ -31,3 +31,13 @@ if not has_option("disable-warnings-as-errors"): env.Append( CCFLAGS=["-Werror"] ) +@@ -3926,7 +3926,8 @@ def doConfigure(myenv): + myenv = conf.Finish() + + if env['TARGET_ARCH'] == "aarch64": +- AddToCCFLAGSIfSupported(myenv, "-moutline-atomics") ++ # https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html ++ AddToCCFLAGSIfSupported(myenv, "-mno-outline-atomics") + + conf = Configure(myenv) + usdt_enabled = get_option('enable-usdt-probes') From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 05:23:53 2021 Return-Path: Delivered-To: dev-commits-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 0E9E566E52A; Mon, 9 Aug 2021 05:23:53 +0000 (UTC) (envelope-from git@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 4Gjkyc6z5Cz3Cj3; Mon, 9 Aug 2021 05:23:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D775C2271F; Mon, 9 Aug 2021 05:23:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1795NqXv008397; Mon, 9 Aug 2021 05:23:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1795NqOk008396; Mon, 9 Aug 2021 05:23:52 GMT (envelope-from git) Date: Mon, 9 Aug 2021 05:23:52 GMT Message-Id: <202108090523.1795NqOk008396@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: e37200d60b81 - 2021Q3 - emulators/{citra, yuzu}: drop runtime dependency on boost-libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: e37200d60b811ed24fc3b0744184f3573f99da4a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 05:23:53 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e37200d60b811ed24fc3b0744184f3573f99da4a commit e37200d60b811ed24fc3b0744184f3573f99da4a Author: Jan Beich AuthorDate: 2021-08-09 04:27:18 +0000 Commit: Jan Beich CommitDate: 2021-08-09 05:23:46 +0000 emulators/{citra,yuzu}: drop runtime dependency on boost-libs Until subpackaging arrives to bsd.port.mk and boost-libs is split into smaller packages this shaves ~166 MiB of install size. Mainly useful for non-qt5 versions as DEs may bring boost-libs via other routes. (cherry picked from commit 6896626b1d2a8edb8832f5557786079338752d72) --- emulators/citra/Makefile | 4 ++-- emulators/yuzu/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index 397104d9ce50..218dc399f5c6 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch LICENSE_FILE_MIT= ${WRKSRC}/externals/enet/LICENSE LICENSE_FILE_OpenSSL= ${WRKSRC}/externals/libressl/COPYING -LIB_DEPENDS= libboost_serialization.so:devel/boost-libs +BUILD_DEPENDS= boost-libs>0:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu @@ -42,7 +42,7 @@ GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \ USES= cmake:testing compiler:c++17-lang localbase:ldflags sdl USE_SDL= sdl2 -CMAKE_ON= USE_SYSTEM_BOOST +CMAKE_ON= USE_SYSTEM_BOOST Boost_USE_STATIC_LIBS LDFLAGS+= -Wl,--as-needed # Qt5Network OPTIONS_DEFINE= ALSA FFMPEG PULSEAUDIO JACK SNDIO diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 9d805f8c190c..877fa7714ef6 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -22,13 +22,13 @@ ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 ONLY_FOR_ARCHS_REASON= requires int128 BUILD_DEPENDS= catch>0:devel/catch \ + boost-libs>0:devel/boost-libs \ nlohmann-json>0:devel/nlohmann-json \ glslangValidator:graphics/glslang LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libzip.so:archivers/libzip \ libzstd.so:archivers/zstd \ libopus.so:audio/opus \ - libboost_context.so:devel/boost-libs \ libavcodec.so:multimedia/ffmpeg USE_GITHUB= yes @@ -50,7 +50,7 @@ GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ USES= cmake:testing compiler:c++17-lang localbase:ldflags sdl ssl USE_GCC= yes:build # libc++ lacks std::atomic_ref, std::ranges USE_SDL= sdl2 -CMAKE_ON= LIBVA_FOUND +CMAKE_ON= Boost_USE_STATIC_LIBS LIBVA_FOUND CMAKE_OFF= YUZU_USE_EXTERNAL_SDL2 ENABLE_GNUTLS ENABLE_MBEDTLS LDFLAGS+= -static-libstdc++ # avoid libc++ conflict, requires files/patch-fmt LDFLAGS+= -Wl,--as-needed # Qt5Network From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 05:23:54 2021 Return-Path: Delivered-To: dev-commits-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 6102466DEF5; Mon, 9 Aug 2021 05:23:54 +0000 (UTC) (envelope-from git@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 4Gjkyf19C8z3Cgw; Mon, 9 Aug 2021 05:23:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F23B22720; Mon, 9 Aug 2021 05:23:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1795NreT008421; Mon, 9 Aug 2021 05:23:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1795Nrpo008420; Mon, 9 Aug 2021 05:23:53 GMT (envelope-from git) Date: Mon, 9 Aug 2021 05:23:53 GMT Message-Id: <202108090523.1795Nrpo008420@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 2bf5e3b002ea - 2021Q3 - games/blockattack: drop runtime dependency on boost-libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 2bf5e3b002ea3a8bb1703b5304646f6bbd609073 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 05:23:54 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bf5e3b002ea3a8bb1703b5304646f6bbd609073 commit 2bf5e3b002ea3a8bb1703b5304646f6bbd609073 Author: Jan Beich AuthorDate: 2021-08-09 04:43:27 +0000 Commit: Jan Beich CommitDate: 2021-08-09 05:23:47 +0000 games/blockattack: drop runtime dependency on boost-libs Until subpackaging arrives to bsd.port.mk and boost-libs is split into smaller packages this shaves ~166 MiB of install size. (cherry picked from commit 08509d6e0f59e0d364a01362fe861a5578198593) --- games/blockattack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/blockattack/Makefile b/games/blockattack/Makefile index 7c881356f33c..e1095c3d8da8 100644 --- a/games/blockattack/Makefile +++ b/games/blockattack/Makefile @@ -11,9 +11,9 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:archivers/zip \ + boost-libs>0:devel/boost-libs \ ${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp -LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ - libphysfs.so:devel/physfs +LIB_DEPENDS= libphysfs.so:devel/physfs USES= cmake compiler:c++11-lib gettext localbase:ldflags \ pkgconfig sdl shebangfix @@ -22,6 +22,7 @@ USE_SDL= image2 mixer2 ttf2 GH_PROJECT= ${PORTNAME}-game SHEBANG_FILES= packdata.sh source/misc/translation/*.sh bash_CMD= /bin/sh +CMAKE_ON= Boost_USE_STATIC_LIBS CFLAGS+= -I${LOCALBASE}/include/utf8cpp LDFLAGS+= -lintl From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 05:23:55 2021 Return-Path: Delivered-To: dev-commits-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 5EFDD66DEF9; Mon, 9 Aug 2021 05:23:55 +0000 (UTC) (envelope-from git@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 4Gjkyg29Mwz3CX3; Mon, 9 Aug 2021 05:23:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3268A2215D; Mon, 9 Aug 2021 05:23:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1795NtGr008450; Mon, 9 Aug 2021 05:23:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1795Nt71008449; Mon, 9 Aug 2021 05:23:55 GMT (envelope-from git) Date: Mon, 9 Aug 2021 05:23:55 GMT Message-Id: <202108090523.1795Nt71008449@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 78f9bcddf507 - 2021Q3 - x11-wm/chamfer: drop runtime dependency on boost-libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 78f9bcddf5074f3960421f876f2bb9d9f33560a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 05:23:55 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=78f9bcddf5074f3960421f876f2bb9d9f33560a1 commit 78f9bcddf5074f3960421f876f2bb9d9f33560a1 Author: Jan Beich AuthorDate: 2021-08-09 05:10:56 +0000 Commit: Jan Beich CommitDate: 2021-08-09 05:23:47 +0000 x11-wm/chamfer: drop runtime dependency on boost-libs Until subpackaging arrives to bsd.port.mk and boost-libs is split into smaller packages this shaves ~167 MiB of install size. (cherry picked from commit 580262a1b05e243aeccad65183f6a28139177d92) --- x11-wm/chamfer/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile index b5bccd7f5c52..8450527ff398 100644 --- a/x11-wm/chamfer/Makefile +++ b/x11-wm/chamfer/Makefile @@ -9,13 +9,13 @@ COMMENT= Tiling X11 window manager with Vulkan compositor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= spirv-opt:graphics/spirv-tools \ +BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ + ${PYTHON_PKGNAMEPREFIX}boost-libs>0:devel/boost-python-libs@${PY_FLAVOR} \ + spirv-opt:graphics/spirv-tools \ vulkan-headers>0:graphics/vulkan-headers \ glslc:graphics/shaderc \ glm>0:math/glm -LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ - ${PY_BOOST} \ - libvulkan.so:graphics/vulkan-loader \ +LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ @@ -42,6 +42,7 @@ post-patch: `if [ ${PYTHON_REL} -lt 30800 ]; then \ printf "%s %s" -e '/python.*embed/d'; \ fi` \ + -e '/boost/s/,/,static:true,/' \ ${WRKSRC}/meson.build do-install: From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 07:13:58 2021 Return-Path: Delivered-To: dev-commits-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 2614666FA28; Mon, 9 Aug 2021 07:13:58 +0000 (UTC) (envelope-from git@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 4GjnPf0ZTDz3NcX; Mon, 9 Aug 2021 07:13:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F029E24009; Mon, 9 Aug 2021 07:13:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1797Dv75054996; Mon, 9 Aug 2021 07:13:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1797Dvok054995; Mon, 9 Aug 2021 07:13:57 GMT (envelope-from git) Date: Mon, 9 Aug 2021 07:13:57 GMT Message-Id: <202108090713.1797Dvok054995@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 577dfd24e85b - 2021Q3 - sysutils/usbtop: reduce dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 577dfd24e85b94e3cd85d0d810212f66556dc00b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 07:13:58 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=577dfd24e85b94e3cd85d0d810212f66556dc00b commit 577dfd24e85b94e3cd85d0d810212f66556dc00b Author: Jan Beich AuthorDate: 2021-08-09 06:00:03 +0000 Commit: Jan Beich CommitDate: 2021-08-09 07:10:49 +0000 sysutils/usbtop: reduce dependencies - Drop net/libpcap in favor of /usr/lib/libpcap.so from base - Drop 166 MiB large boost-libs from RUN_DEPENDS PR: 257698 Approved by: yuri (maintainer) (cherry picked from commit ec7d5f1eb92d9a150b838ba431389cc2af1d3718) --- sysutils/usbtop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/usbtop/Makefile b/sysutils/usbtop/Makefile index 596ef3a76080..0ea3ac06ff21 100644 --- a/sysutils/usbtop/Makefile +++ b/sysutils/usbtop/Makefile @@ -3,7 +3,7 @@ PORTNAME= usbtop DISTVERSIONPREFIX= release- DISTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -12,12 +12,12 @@ COMMENT= Utility that shows an estimated instantaneous USB bandwidth LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libpcap.so:net/libpcap +BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= aguinet +CMAKE_ON= Boost_USE_STATIC_LIBS PLIST_FILES= sbin/usbtop From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 08:04:10 2021 Return-Path: Delivered-To: dev-commits-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 A7BD6650795; Mon, 9 Aug 2021 08:04:10 +0000 (UTC) (envelope-from git@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 4GjpWZ4Pxmz3R0r; Mon, 9 Aug 2021 08:04:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F8EA2447C; Mon, 9 Aug 2021 08:04:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17984AtA021898; Mon, 9 Aug 2021 08:04:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17984Awj021897; Mon, 9 Aug 2021 08:04:10 GMT (envelope-from git) Date: Mon, 9 Aug 2021 08:04:10 GMT Message-Id: <202108090804.17984Awj021897@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 50574aaea8db - 2021Q3 - archivers/innoextract: drop runtime dependency on boost-libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 50574aaea8db588b7115bf9fff6b444d7285a121 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 08:04:10 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=50574aaea8db588b7115bf9fff6b444d7285a121 commit 50574aaea8db588b7115bf9fff6b444d7285a121 Author: Jan Beich AuthorDate: 2021-08-09 08:00:39 +0000 Commit: Jan Beich CommitDate: 2021-08-09 08:04:07 +0000 archivers/innoextract: drop runtime dependency on boost-libs Until subpackaging arrives to bsd.port.mk and boost-libs is split into smaller packages this shaves ~166 MiB of install size. (cherry picked from commit 69fef1a5a4417da990c81910f78c5055f0ca0b28) --- archivers/innoextract/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 9cbaa957e694..7d80e447d2e0 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -1,5 +1,6 @@ PORTNAME= innoextract PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ @@ -11,12 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_sparc64= Does not build: undefined reference to std::ctype::_M_widen_init() -LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ - libboost_filesystem.so:devel/boost-libs \ - libboost_system.so:devel/boost-libs \ - libboost_program_options.so:devel/boost-libs +BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= cmake compiler:c++11-lang iconv +CMAKE_ON= Boost_USE_STATIC_LIBS PLIST_FILES= bin/innoextract \ man/man1/innoextract.1.gz From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 12:25:17 2021 Return-Path: Delivered-To: dev-commits-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 55EFB6541ED; Mon, 9 Aug 2021 12:25:17 +0000 (UTC) (envelope-from git@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 4GjwJs221pz4Rmv; Mon, 9 Aug 2021 12:25:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E3D927ECB; Mon, 9 Aug 2021 12:25:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 179CPH3m072996; Mon, 9 Aug 2021 12:25:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 179CPHlW072995; Mon, 9 Aug 2021 12:25:17 GMT (envelope-from git) Date: Mon, 9 Aug 2021 12:25:17 GMT Message-Id: <202108091225.179CPHlW072995@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 2849b35bbe51 - 2021Q3 - multimedia/rav1e: no longer experimental after 7142b5d3e16b MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 2849b35bbe51316fd033d9b55ca256c31c0848f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 12:25:17 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2849b35bbe51316fd033d9b55ca256c31c0848f6 commit 2849b35bbe51316fd033d9b55ca256c31c0848f6 Author: Jan Beich AuthorDate: 2021-08-09 12:24:17 +0000 Commit: Jan Beich CommitDate: 2021-08-09 12:25:13 +0000 multimedia/rav1e: no longer experimental after 7142b5d3e16b https://github.com/xiph/rav1e/commit/1ee1e81f44b3 (cherry picked from commit 9764c5f308805f642c745e0635f8625b66e2238d) --- multimedia/rav1e/pkg-descr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/rav1e/pkg-descr b/multimedia/rav1e/pkg-descr index 2375ae0b4383..e745bb369ded 100644 --- a/multimedia/rav1e/pkg-descr +++ b/multimedia/rav1e/pkg-descr @@ -1,5 +1,5 @@ -rav1e is an experimental AV1 video encoder. It is designed to -eventually cover all use cases, though in its current form it is most -suitable for cases where libaom (the reference encoder) is too slow. +rav1e is an AV1 video encoder. It is designed to eventually cover all +use cases, though in its current form it is most suitable for cases +where libaom (the reference encoder) is too slow. WWW: https://github.com/xiph/rav1e From owner-dev-commits-ports-branches@freebsd.org Mon Aug 9 16:48:47 2021 Return-Path: Delivered-To: dev-commits-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 E5BFD6579A0; Mon, 9 Aug 2021 16:48:47 +0000 (UTC) (envelope-from git@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 4Gk28v61Vsz4rKC; Mon, 9 Aug 2021 16:48:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B74933ADE; Mon, 9 Aug 2021 16:48:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 179GmlN9021880; Mon, 9 Aug 2021 16:48:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 179GmlKY021879; Mon, 9 Aug 2021 16:48:47 GMT (envelope-from git) Date: Mon, 9 Aug 2021 16:48:47 GMT Message-Id: <202108091648.179GmlKY021879@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Li-Wen Hsu Subject: git: 48dbe244c1ff - 2021Q3 - security/mailzu: Exlude php short tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 48dbe244c1fff5de288b3daef0e427a8b2b45580 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 16:48:48 -0000 The branch 2021Q3 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=48dbe244c1fff5de288b3daef0e427a8b2b45580 commit 48dbe244c1fff5de288b3daef0e427a8b2b45580 Author: Krzysztof AuthorDate: 2021-08-09 16:46:51 +0000 Commit: Li-Wen Hsu CommitDate: 2021-08-09 16:48:39 +0000 security/mailzu: Exlude php short tag PR: 257635 (cherry picked from commit f28572fb24c7c691f88815e9cce52d4fa3599fa0) --- security/mailzu/Makefile | 2 +- security/mailzu/files/patch-config_langs.php | 10 +- security/mailzu/files/patch-help.php | 148 ++++++++++++++++++++ security/mailzu/files/patch-lib_CmnFns.class.php | 83 ++++++++++- security/mailzu/files/patch-lib_Template.class.php | 95 ++++++++++++- .../mailzu/files/patch-templates_auth.template.php | 89 ++++++++++++ .../files/patch-templates_common.template.php | 153 +++++++++++++++++++++ .../files/patch-templates_sendmail.template.php | 44 ++++++ .../files/patch-templates_summary.template.php | 64 +++++++++ .../files/patch-templates_viewmail.template.php | 69 ++++++++++ security/mailzu/files/pkg-message.in | 23 +++- 11 files changed, 767 insertions(+), 13 deletions(-) diff --git a/security/mailzu/Makefile b/security/mailzu/Makefile index a0faa8b94b4d..88f1c7a951b9 100644 --- a/security/mailzu/Makefile +++ b/security/mailzu/Makefile @@ -2,7 +2,7 @@ PORTNAME= mailzu DISTVERSION= 0.8rc3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3 PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/security/mailzu/files/patch-config_langs.php b/security/mailzu/files/patch-config_langs.php index 79caddef7ad3..acda9c7f41de 100644 --- a/security/mailzu/files/patch-config_langs.php +++ b/security/mailzu/files/patch-config_langs.php @@ -10,12 +10,16 @@ ); // Language files directory -@@ -113,7 +114,7 @@ function get_browser_lang() { +@@ -113,10 +114,10 @@ function get_browser_lang() { global $languages; if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) && !empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])) { - $http_accepted = split(',',$_SERVER['HTTP_ACCEPT_LANGUAGE']); -+ $http_accepted = str_split(',',$_SERVER['HTTP_ACCEPT_LANGUAGE']); ++ $http_accepted = explode(',',$_SERVER['HTTP_ACCEPT_LANGUAGE']); for ($i = 0; $i < count($http_accepted); $i++) { foreach ($languages as $lang => $vals) { - if (eregi($vals[0], $http_accepted[$i])) +- if (eregi($vals[0], $http_accepted[$i])) ++ if (preg_match($vals[0], $http_accepted[$i])) + return $lang; + } + } diff --git a/security/mailzu/files/patch-help.php b/security/mailzu/files/patch-help.php new file mode 100644 index 000000000000..c9e198ddac22 --- /dev/null +++ b/security/mailzu/files/patch-help.php @@ -0,0 +1,148 @@ +--- help.php.orig 2007-06-14 19:00:15 UTC ++++ help.php +@@ -1,73 +1,73 @@ +- +-* @version 07-10-04 +-* @package phpScheduleIt +-* +-* Copyright (C) 2003 - 2005 phpScheduleIt +-* License: GPL, see LICENSE +-*/ +- +-include_once('config/config.php'); +- +-global $languages; +-global $lang; +-global $charset; +- +-echo "\n"; +-?> +- +- +- +-MailZu <?=translate('Help')?> +- +- +- +- +- +- ++ ++* @version 07-10-04 ++* @package phpScheduleIt ++* ++* Copyright (C) 2003 - 2005 phpScheduleIt ++* License: GPL, see LICENSE ++*/ ++ ++include_once('config/config.php'); ++ ++global $languages; ++global $lang; ++global $charset; ++ ++echo "\n"; ++?> ++ ++ ++ ++MailZu <?php echo translate('Help')?> ++ ++ ++ ++ ++ ++ + diff --git a/security/mailzu/files/patch-lib_CmnFns.class.php b/security/mailzu/files/patch-lib_CmnFns.class.php index 605dcb945c2e..11bc4a2061ac 100644 --- a/security/mailzu/files/patch-lib_CmnFns.class.php +++ b/security/mailzu/files/patch-lib_CmnFns.class.php @@ -168,7 +168,7 @@ header("Refresh: $time; URL=$location"); if ($die) exit; } -@@ -352,7 +352,7 @@ class CmnFns { +@@ -352,11 +352,11 @@ class CmnFns { * Prints out the HTML to choose a language * @param none */ @@ -177,6 +177,20 @@ global $conf; ?> +- translate('From'), +@@ -514,11 +514,11 @@ class CmnFns { + + ?> + +- ++ + +- ++ + \n\t\t\t + +
 
 
  +- $name) { +@@ -543,34 +543,34 @@ class CmnFns { + $i ++; + } + ?> +- : ++ : +
 \n" : "  "; + ?> +- +- " /> ++ "; + ?> +  
+- + +- ++ + + +- <?=$this->title?> ++ <?php echo $this->title?> + +- ++ + +- +- ++ ++ + + + +- + +

+- +

+ +

- -+ ++

+
+ + + +- + + +- + + +- +-

v

++

v

+ + +- +-
++ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +@@ -94,9 +94,9 @@ function printLoginForm($msg = '', $resume = '') { + +
+-
++
+
+-

++

+
+ +@@ -47,7 +47,7 @@ function printLoginForm($msg = '', $resume = '') { +
+-

++

+
+ +@@ -56,26 +56,26 @@ function printLoginForm($msg = '', $resume = '') { + +
+-

++

+
+- ++ +
+-

++

+
+- ++ +
+-

++

+
+ +@@ -84,8 +84,8 @@ function printLoginForm($msg = '', $resume = '') { +
+

+- +- ++ ++ +

+
+

+-doLink('javascript: help();', translate('Help'), '', '', translate('Get online help')) ?> ++doLink('javascript: help();', translate('Help'), '', '', translate('Get online help')) ?> +

+ +- diff --git a/security/mailzu/files/patch-templates_common.template.php b/security/mailzu/files/patch-templates_common.template.php new file mode 100644 index 000000000000..13779fe4936b --- /dev/null +++ b/security/mailzu/files/patch-templates_common.template.php @@ -0,0 +1,153 @@ +--- templates/common.template.php.orig 2007-06-14 19:00:15 UTC ++++ templates/common.template.php +@@ -47,10 +47,10 @@ function showQuickLinks() { + + + + + +@@ -58,12 +58,12 @@ function showQuickLinks() { +
+- ++ +
+- doLink("javascript: help('quick_links');", '?', '', 'color: #FFFFFF', translate('Help') . ' - ' . translate('My Quick Links')) ?> ++ doLink("javascript: help('quick_links');", '?', '', 'color: #FFFFFF', translate('Help') . ' - ' . translate('My Quick Links')) ?> +
+
+ + + +@@ -120,7 +120,7 @@ function showQuickLinks() { + + +
+- »': + "

\t"; + $link->doLink('summary.php', translate('Quarantine Summary')) ?> +

+- »': + "

\t"; + $link->doLink('messagesIndex.php?ctype=A', translate('My Quarantine')); +@@ -78,7 +78,7 @@ function showQuickLinks() { + ?> +

+
+- »': +@@ -108,11 +108,11 @@ function showQuickLinks() { + } + ?> +

+- doLink('javascript: help();', translate('Help')) ?> ++ doLink('javascript: help();', translate('Help')) ?> +

+
+

+- doLink('index.php?logout=true', translate('Log Out')) ?> ++ doLink('index.php?logout=true', translate('Log Out')) ?> +

+
+- +
+- + +- +
+- + + +-"; + ?> +- + +
+- ++"; + ?> +
+- + + +- +- +- ++ ++ ++ + + +
+-   +- ++   ++ +
+ +- +-
+-

++
++

+
+- + + +- + +
+- doLink('javascript: help(\'msg_index\');', '?', '', 'color: #FFFFFF;', ++ doLink('javascript: help(\'msg_index\');', '?', '', 'color: #FFFFFF;', + translate('Help') . ' - ' . translate('Email Administrator')) ?> +
+ +@@ -45,11 +45,11 @@ function printsendmail(){ + + + +- ++ + +

+-   
++   
+   

+-   
++   
+   
+   

+ +@@ -60,7 +60,7 @@ function printsendmail(){ +
+ +- + + +- ++ + + + +
+- doLink('javascript: help(\'msg_summary\');', '?', '', 'color: #FFFFFF;', ++ doLink('javascript: help(\'msg_summary\');', '?', '', 'color: #FFFFFF;', + translate('Help') . ' - ' . translate($_SESSION['sessionNav'])) ?> +
+ +@@ -52,29 +52,29 @@ function showSummary($count_array) { + + + +- ++ + + +- ++ + + +- ++ + + +- ++ + + +- ++ + + +- ++ + + +- ++ + + + +- $val) { + echo ''; + echo ($key == 'Total' ? '' : '') . "$key \n"; +@@ -89,7 +89,7 @@ function showSummary($count_array) { + + + +- diff --git a/security/mailzu/files/patch-templates_viewmail.template.php b/security/mailzu/files/patch-templates_viewmail.template.php new file mode 100644 index 000000000000..79dacdd38014 --- /dev/null +++ b/security/mailzu/files/patch-templates_viewmail.template.php @@ -0,0 +1,69 @@ +--- templates/viewmail.template.php.orig 2007-06-14 19:00:15 UTC ++++ templates/viewmail.template.php +@@ -25,7 +25,7 @@ function startMessage() { + + + + +
+- ++ + +
+
+- + + +- + + +- ‹‹ ++ ‹‹ + + +- ++ + | + +- ++ + + + +- + + +- ++ + | +- ++ + + + + +- + +An example for nginx.conf: + +location /mailzu/ { + alias %%WWWDIR%%/; + index index.php; + allow 127.0.0.0/8; + deny all; + + location ~ \.php$ { + fastcgi_pass unix:/var/run/php-fpm.socket; + fastcgi_param HTTPS on; + fastcgi_index index.php; + fastcgi_param SCRIPT_FILENAME $request_filename; + include fastcgi_params; + } +} + EOM } ] From owner-dev-commits-ports-branches@freebsd.org Tue Aug 10 08:44:25 2021 Return-Path: Delivered-To: dev-commits-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 77515664950; Tue, 10 Aug 2021 08:44:25 +0000 (UTC) (envelope-from git@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 4GkRMY2h8Tz3kKC; Tue, 10 Aug 2021 08:44:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4432718940; Tue, 10 Aug 2021 08:44:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17A8iPmb003782; Tue, 10 Aug 2021 08:44:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17A8iPus003781; Tue, 10 Aug 2021 08:44:25 GMT (envelope-from git) Date: Tue, 10 Aug 2021 08:44:25 GMT Message-Id: <202108100844.17A8iPus003781@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yuri Victorovich Subject: git: e7a99e7fbf24 - 2021Q3 - graphics/art: Update 1.9.1 -> 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: e7a99e7fbf249ce23bc26204d6f22edbde68fa56 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2021 08:44:25 -0000 The branch 2021Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7a99e7fbf249ce23bc26204d6f22edbde68fa56 commit e7a99e7fbf249ce23bc26204d6f22edbde68fa56 Author: Yuri Victorovich AuthorDate: 2021-07-12 06:46:50 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-10 08:44:11 +0000 graphics/art: Update 1.9.1 -> 1.9.3 (cherry picked from commit 95e552429434c611422fd4e3cbfaf750b1125727) --- graphics/art/Makefile | 3 ++- graphics/art/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/art/Makefile b/graphics/art/Makefile index b7330085f42f..1e308d1a624a 100644 --- a/graphics/art/Makefile +++ b/graphics/art/Makefile @@ -1,5 +1,5 @@ PORTNAME= art -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.3 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/agriggio/art/downloads/ PKGNAMESUFFIX= -raw-image-editor @@ -20,6 +20,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ libfftw3f.so:math/fftw3-float \ + libharfbuzz.so:print/harfbuzz \ liblensfun.so:graphics/lensfun \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png \ diff --git a/graphics/art/distinfo b/graphics/art/distinfo index 7751dec54fb3..a7ab63ba1ec8 100644 --- a/graphics/art/distinfo +++ b/graphics/art/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622710936 -SHA256 (ART-1.9.1.tar.xz) = 545252d680b858d2793a14525befdd09920217533fa7f77a3d980d42b18e333d -SIZE (ART-1.9.1.tar.xz) = 15064760 +TIMESTAMP = 1626069743 +SHA256 (ART-1.9.3.tar.xz) = 4e3bacec3f7a01ee72cc565b3f522bb5939c47f0279ac44f85bb344a000bcb8e +SIZE (ART-1.9.3.tar.xz) = 15087996 From owner-dev-commits-ports-branches@freebsd.org Tue Aug 10 16:15:03 2021 Return-Path: Delivered-To: dev-commits-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 728DE66B31B; Tue, 10 Aug 2021 16:15:03 +0000 (UTC) (envelope-from git@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 4GkdMW2tWFz4nn4; Tue, 10 Aug 2021 16:15:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B5271E757; Tue, 10 Aug 2021 16:15:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17AGF3uJ007788; Tue, 10 Aug 2021 16:15:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17AGF3tC007787; Tue, 10 Aug 2021 16:15:03 GMT (envelope-from git) Date: Tue, 10 Aug 2021 16:15:03 GMT Message-Id: <202108101615.17AGF3tC007787@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: bf927b82248a - 2021Q3 - www/py-django-taggit: Update to 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: bf927b82248a1248ed1289f240f454451122e01f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2021 16:15:03 -0000 The branch 2021Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf927b82248a1248ed1289f240f454451122e01f commit bf927b82248a1248ed1289f240f454451122e01f Author: Kai Knoblich AuthorDate: 2021-08-10 15:15:37 +0000 Commit: Kai Knoblich CommitDate: 2021-08-10 16:13:06 +0000 www/py-django-taggit: Update to 1.5.1 * Add a "do-test" target to make future QA easier. Changelog since 1.3.0: https://github.com/jazzband/django-taggit/blob/1.5.1/CHANGELOG.rst MFH: 2021Q3 (cherry picked from commit 2a61802fbd9a0563517335166ccacddd662a086b) --- www/py-django-taggit/Makefile | 10 +++++++--- www/py-django-taggit/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/www/py-django-taggit/Makefile b/www/py-django-taggit/Makefile index d3c464fe4e18..0d0f00a18fe7 100644 --- a/www/py-django-taggit/Makefile +++ b/www/py-django-taggit/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-taggit -PORTVERSION= 1.3.0 +PORTVERSION= 1.5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +10,16 @@ COMMENT= Reusable Django application for simple tagging LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>0:www/py-djangorestframework@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj31-django-taggit +do-test: + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m django test --settings=tests.settings -v3 + .include diff --git a/www/py-django-taggit/distinfo b/www/py-django-taggit/distinfo index 20b280ff5e8f..4326d6431755 100644 --- a/www/py-django-taggit/distinfo +++ b/www/py-django-taggit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604143312 -SHA256 (django-taggit-1.3.0.tar.gz) = 4a833bf71f4c2deddd9745924eee53be1c075d7f0020a06f12e29fa3d752732d -SIZE (django-taggit-1.3.0.tar.gz) = 46986 +TIMESTAMP = 1626793131 +SHA256 (django-taggit-1.5.1.tar.gz) = e5bb62891f458d55332e36a32e19c08d20142c43f74bc5656c803f8af25c084a +SIZE (django-taggit-1.5.1.tar.gz) = 52766 From owner-dev-commits-ports-branches@freebsd.org Tue Aug 10 16:15:04 2021 Return-Path: Delivered-To: dev-commits-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 C868B66AED6; Tue, 10 Aug 2021 16:15:04 +0000 (UTC) (envelope-from git@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 4GkdMX44gMz4nkY; Tue, 10 Aug 2021 16:15:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 721191E8E3; Tue, 10 Aug 2021 16:15:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17AGF4Pk007812; Tue, 10 Aug 2021 16:15:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17AGF4mM007811; Tue, 10 Aug 2021 16:15:04 GMT (envelope-from git) Date: Tue, 10 Aug 2021 16:15:04 GMT Message-Id: <202108101615.17AGF4mM007811@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: 076d37bff52d - 2021Q3 - www/py-dj31-django-taggit: Update to 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 076d37bff52da9b209a211cec0e2f74ee08b0189 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2021 16:15:04 -0000 The branch 2021Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=076d37bff52da9b209a211cec0e2f74ee08b0189 commit 076d37bff52da9b209a211cec0e2f74ee08b0189 Author: Kai Knoblich AuthorDate: 2021-08-10 15:18:21 +0000 Commit: Kai Knoblich CommitDate: 2021-08-10 16:13:28 +0000 www/py-dj31-django-taggit: Update to 1.5.1 * Add a "do-test" target to make future QA easier. Changelog since 1.3.0: https://github.com/jazzband/django-taggit/blob/1.5.1/CHANGELOG.rst MFH: 2021Q3 (cherry picked from commit ca302be1beafa19e6e70575a8be02e0b086eb3cc) --- www/py-dj31-django-taggit/Makefile | 8 ++++++-- www/py-dj31-django-taggit/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/www/py-dj31-django-taggit/Makefile b/www/py-dj31-django-taggit/Makefile index 0d5543c813c6..e866daed1772 100644 --- a/www/py-dj31-django-taggit/Makefile +++ b/www/py-dj31-django-taggit/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-taggit -PORTVERSION= 1.3.0 +PORTVERSION= 1.5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- @@ -10,7 +10,8 @@ COMMENT= Reusable Django application for simple tagging LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=1.11:www/py-django31@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=2.2:www/py-django31@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj31-djangorestframework>0:www/py-dj31-djangorestframework@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils @@ -18,4 +19,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-taggit +do-test: + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m django test --settings=tests.settings -v3 + .include diff --git a/www/py-dj31-django-taggit/distinfo b/www/py-dj31-django-taggit/distinfo index 20b280ff5e8f..4326d6431755 100644 --- a/www/py-dj31-django-taggit/distinfo +++ b/www/py-dj31-django-taggit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604143312 -SHA256 (django-taggit-1.3.0.tar.gz) = 4a833bf71f4c2deddd9745924eee53be1c075d7f0020a06f12e29fa3d752732d -SIZE (django-taggit-1.3.0.tar.gz) = 46986 +TIMESTAMP = 1626793131 +SHA256 (django-taggit-1.5.1.tar.gz) = e5bb62891f458d55332e36a32e19c08d20142c43f74bc5656c803f8af25c084a +SIZE (django-taggit-1.5.1.tar.gz) = 52766 From owner-dev-commits-ports-branches@freebsd.org Tue Aug 10 16:15:05 2021 Return-Path: Delivered-To: dev-commits-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 C682866AE75; Tue, 10 Aug 2021 16:15:05 +0000 (UTC) (envelope-from git@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 4GkdMY4yqMz4p6b; Tue, 10 Aug 2021 16:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 924921EB39; Tue, 10 Aug 2021 16:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17AGF5Zk007836; Tue, 10 Aug 2021 16:15:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17AGF52L007835; Tue, 10 Aug 2021 16:15:05 GMT (envelope-from git) Date: Tue, 10 Aug 2021 16:15:05 GMT Message-Id: <202108101615.17AGF52L007835@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: ab4886a3cb63 - 2021Q3 - sysutils/s-tui: Drop maintainership MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: ab4886a3cb63d514de972e53bbd411b602196015 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2021 16:15:05 -0000 The branch 2021Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab4886a3cb63d514de972e53bbd411b602196015 commit ab4886a3cb63d514de972e53bbd411b602196015 Author: Kai Knoblich AuthorDate: 2021-08-10 15:46:39 +0000 Commit: Kai Knoblich CommitDate: 2021-08-10 16:13:48 +0000 sysutils/s-tui: Drop maintainership MFH: 2021Q3 (cherry picked from commit 3ade71c51eaff7577e4f3f9c4ae224a1dc6aaf69) --- sysutils/s-tui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/s-tui/Makefile b/sysutils/s-tui/Makefile index c436c3e83288..171a8b18c9c1 100644 --- a/sysutils/s-tui/Makefile +++ b/sysutils/s-tui/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.0.0-2 DISTVERSIONSUFFIX= -gfb91ef6 CATEGORIES= sysutils python -MAINTAINER= kai@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Stress Terminal UI: stress test and monitoring tool LICENSE= GPLv2 From owner-dev-commits-ports-branches@freebsd.org Tue Aug 10 16:15:07 2021 Return-Path: Delivered-To: dev-commits-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 3596C66B14E; Tue, 10 Aug 2021 16:15:07 +0000 (UTC) (envelope-from git@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 4GkdMZ6MzGz4p6l; Tue, 10 Aug 2021 16:15:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAFCD1ED9A; Tue, 10 Aug 2021 16:15:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17AGF6PG007863; Tue, 10 Aug 2021 16:15:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17AGF6PI007862; Tue, 10 Aug 2021 16:15:06 GMT (envelope-from git) Date: Tue, 10 Aug 2021 16:15:06 GMT Message-Id: <202108101615.17AGF6PI007862@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: 85e1f363d213 - 2021Q3 - net/remotebox: Drop maintainership MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 85e1f363d2131032a8db36171530f4887cb9a96f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2021 16:15:07 -0000 The branch 2021Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=85e1f363d2131032a8db36171530f4887cb9a96f commit 85e1f363d2131032a8db36171530f4887cb9a96f Author: Kai Knoblich AuthorDate: 2021-08-10 15:48:02 +0000 Commit: Kai Knoblich CommitDate: 2021-08-10 16:14:13 +0000 net/remotebox: Drop maintainership MFH: 2021Q3 (cherry picked from commit 1be39e4e79b7f21534e8b9f81f0129b44bec98fa) --- net/remotebox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/remotebox/Makefile b/net/remotebox/Makefile index 916329059481..27df2abdf20f 100644 --- a/net/remotebox/Makefile +++ b/net/remotebox/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= http://remotebox.knobgoblin.org.uk/downloads/ DISTNAME= RemoteBox-${DISTVERSION} -MAINTAINER= kai@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Source VirtualBox Client with Remote Management LICENSE= GPLv2 From owner-dev-commits-ports-branches@freebsd.org Wed Aug 11 12:02:02 2021 Return-Path: Delivered-To: dev-commits-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 07AA1652CC3; Wed, 11 Aug 2021 12:02:02 +0000 (UTC) (envelope-from git@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 4Gl7j56pxdz4rcn; Wed, 11 Aug 2021 12:02:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3D4A6AF2; Wed, 11 Aug 2021 12:02:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BC21hZ094639; Wed, 11 Aug 2021 12:02:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BC21ja094638; Wed, 11 Aug 2021 12:02:01 GMT (envelope-from git) Date: Wed, 11 Aug 2021 12:02:01 GMT Message-Id: <202108111202.17BC21ja094638@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kirill Ponomarev Subject: git: f051ff99665d - 2021Q3 - devel/py-tiamat: update to 7.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f051ff99665d3be141a30d1792e5ae9f5c89ce4f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 12:02:02 -0000 The branch 2021Q3 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=f051ff99665d3be141a30d1792e5ae9f5c89ce4f commit f051ff99665d3be141a30d1792e5ae9f5c89ce4f Author: Kirill Ponomarev AuthorDate: 2021-08-11 12:01:11 +0000 Commit: Kirill Ponomarev CommitDate: 2021-08-11 12:01:55 +0000 devel/py-tiamat: update to 7.10.2 (cherry picked from commit c1245b7b45bcb408c01e96507ac693eb58329ec1) --- devel/py-tiamat/Makefile | 4 ++-- devel/py-tiamat/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-tiamat/Makefile b/devel/py-tiamat/Makefile index fdc2abdb5a07..b2be324027c0 100644 --- a/devel/py-tiamat/Makefile +++ b/devel/py-tiamat/Makefile @@ -1,7 +1,7 @@ # Created by: Kirill Ponomarev PORTNAME= tiamat -PORTVERSION= 7.7 +PORTVERSION= 7.10.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ USES= python:3.6+ shebangfix USE_GITLAB= yes GL_ACCOUNT= saltstack/pop -GL_COMMIT= 5e75fbc37c00cb891287022082c7822a3d300b9c +GL_COMMIT= aae63e8cc941d8fe9eef4297096eb905fce673f3 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-tiamat/distinfo b/devel/py-tiamat/distinfo index 55ebed67f4b2..bc7e5bafdbed 100644 --- a/devel/py-tiamat/distinfo +++ b/devel/py-tiamat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618041321 -SHA256 (saltstack/pop-tiamat-5e75fbc37c00cb891287022082c7822a3d300b9c_GL0.tar.gz) = ed01a6a2f0794ec1e21c2cf396ba7589cd79f86f00b393efdccf9d8b4cfc8331 -SIZE (saltstack/pop-tiamat-5e75fbc37c00cb891287022082c7822a3d300b9c_GL0.tar.gz) = 58953 +TIMESTAMP = 1628683148 +SHA256 (saltstack/pop-tiamat-aae63e8cc941d8fe9eef4297096eb905fce673f3_GL0.tar.gz) = 759cb2c672ed5d235d9c56264155b519400d16c377782e0d57b6897679765f41 +SIZE (saltstack/pop-tiamat-aae63e8cc941d8fe9eef4297096eb905fce673f3_GL0.tar.gz) = 59426 From owner-dev-commits-ports-branches@freebsd.org Wed Aug 11 12:06:56 2021 Return-Path: Delivered-To: dev-commits-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 7CC45652B18; Wed, 11 Aug 2021 12:06:56 +0000 (UTC) (envelope-from git@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 4Gl7pm33QCz4s3W; Wed, 11 Aug 2021 12:06:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50205708F; Wed, 11 Aug 2021 12:06:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BC6u2k097790; Wed, 11 Aug 2021 12:06:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BC6uXd097788; Wed, 11 Aug 2021 12:06:56 GMT (envelope-from git) Date: Wed, 11 Aug 2021 12:06:56 GMT Message-Id: <202108111206.17BC6uXd097788@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kirill Ponomarev Subject: git: 9a31179965cb - 2021Q3 - devel/py-pop: update to 20.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 9a31179965cbc9e8e93b972d93c8edd787027f23 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 12:06:56 -0000 The branch 2021Q3 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a31179965cbc9e8e93b972d93c8edd787027f23 commit 9a31179965cbc9e8e93b972d93c8edd787027f23 Author: Kirill Ponomarev AuthorDate: 2021-08-11 12:06:19 +0000 Commit: Kirill Ponomarev CommitDate: 2021-08-11 12:06:53 +0000 devel/py-pop: update to 20.0.0 (cherry picked from commit 58b5729894fad80cad1d07de6a4c689e2e02e05a) --- devel/py-pop/Makefile | 4 ++-- devel/py-pop/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pop/Makefile b/devel/py-pop/Makefile index 2e7e57e535ba..d70ed61e5935 100644 --- a/devel/py-pop/Makefile +++ b/devel/py-pop/Makefile @@ -1,7 +1,7 @@ # Created by: Kirill Ponomarev PORTNAME= pop -PORTVERSION= 18.0 +PORTVERSION= 20.0 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ USES= python:3.6+ shebangfix USE_GITLAB= yes GL_ACCOUNT= saltstack/pop -GL_COMMIT= 6be58dfaed42bbb3d0baf39cfa86a6442b7070f8 +GL_COMMIT= 3079ce16ed0d6dcc14c6c909c9cd7e6604540df6 USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/devel/py-pop/distinfo b/devel/py-pop/distinfo index 716648b60018..ef43faabd3e2 100644 --- a/devel/py-pop/distinfo +++ b/devel/py-pop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620803132 -SHA256 (saltstack/pop-pop-6be58dfaed42bbb3d0baf39cfa86a6442b7070f8_GL0.tar.gz) = 0993eeb2763e4aaac73c15e5ce80ff0d8259b1b2133040b759998705e1676a09 -SIZE (saltstack/pop-pop-6be58dfaed42bbb3d0baf39cfa86a6442b7070f8_GL0.tar.gz) = 95963 +TIMESTAMP = 1628683516 +SHA256 (saltstack/pop-pop-3079ce16ed0d6dcc14c6c909c9cd7e6604540df6_GL0.tar.gz) = 84902c5154e4f4a64eff1d935491a70a2c0c2da4d3458bb176a881835e01ec28 +SIZE (saltstack/pop-pop-3079ce16ed0d6dcc14c6c909c9cd7e6604540df6_GL0.tar.gz) = 100536 From owner-dev-commits-ports-branches@freebsd.org Wed Aug 11 19:02:11 2021 Return-Path: Delivered-To: dev-commits-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 CAEBF659B88; Wed, 11 Aug 2021 19:02:11 +0000 (UTC) (envelope-from git@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 4GlK1v5Cwvz3tlN; Wed, 11 Aug 2021 19:02:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B8E6147F1; Wed, 11 Aug 2021 19:02:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BJ2BnM060115; Wed, 11 Aug 2021 19:02:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BJ2BD7060114; Wed, 11 Aug 2021 19:02:11 GMT (envelope-from git) Date: Wed, 11 Aug 2021 19:02:11 GMT Message-Id: <202108111902.17BJ2BD7060114@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yuri Victorovich Subject: git: 14130108207f - 2021Q3 - www/adguardhome: Update 0.106.3 -> 0.107.0-b.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 14130108207fa6357f6298f6de3a67bec764673a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 19:02:11 -0000 The branch 2021Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=14130108207fa6357f6298f6de3a67bec764673a commit 14130108207fa6357f6298f6de3a67bec764673a Author: Yuri Victorovich AuthorDate: 2021-08-11 18:55:03 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-11 19:02:09 +0000 www/adguardhome: Update 0.106.3 -> 0.107.0-b.7 This fixes: * the local distfile mismatch (bug#257766) * the broken fronend problem (it wasn't built properly and causes the '404 page not found' error) PR: 257766 Reported by: Michiel van Baak (cherry picked from commit a6b49877f8f2b86f5787dbf1f8ec3e058ee13cd1) --- www/adguardhome/Makefile | 2 +- www/adguardhome/distinfo | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index e8f8a5d8cd0e..9e16904569b8 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -1,6 +1,6 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v -DISTVERSION= 0.106.3 +DISTVERSION= 0.107.0-b.7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/adguardhome/distinfo b/www/adguardhome/distinfo index d398119b1f6b..9c44bbec38ae 100644 --- a/www/adguardhome/distinfo +++ b/www/adguardhome/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1621489685 -SHA256 (go/www_adguardhome/adguardhome-v0.106.3/adguardhome-html-build-0.106.3.tar.gz) = 838673a9b183a3cac43945cb79cb12a99b911b6f29990341254424a139892044 -SIZE (go/www_adguardhome/adguardhome-v0.106.3/adguardhome-html-build-0.106.3.tar.gz) = 2339485 -SHA256 (go/www_adguardhome/adguardhome-v0.106.3/adguardhome-html-build2-0.106.3.tar.gz) = 18b22c3db77b9099d5f6b13ec4d26df3b571679eef16e86eaba3b7256a54eecf -SIZE (go/www_adguardhome/adguardhome-v0.106.3/adguardhome-html-build2-0.106.3.tar.gz) = 2415196 -SHA256 (go/www_adguardhome/adguardhome-v0.106.3/v0.106.3.mod) = 540c40b66edcb557dc53dd14ae457a3c2cb303fbba3cf16d4ed3aef04b618715 -SIZE (go/www_adguardhome/adguardhome-v0.106.3/v0.106.3.mod) = 1730 -SHA256 (go/www_adguardhome/adguardhome-v0.106.3/v0.106.3.zip) = 25d4f7f730d2cfbfbb2f22b815494a38c62bbf425c7a35be830d81fdd49fd762 -SIZE (go/www_adguardhome/adguardhome-v0.106.3/v0.106.3.zip) = 2200964 +TIMESTAMP = 1628707892 +SHA256 (go/www_adguardhome/adguardhome-v0.107.0-b.7/adguardhome-html-build-0.107.0-b.7.tar.gz) = 75ef7e4ec2e4ce6de7e4398e5d246077eeec6b98dd1cbaf6a34f63a4eeffd2f7 +SIZE (go/www_adguardhome/adguardhome-v0.107.0-b.7/adguardhome-html-build-0.107.0-b.7.tar.gz) = 2368156 +SHA256 (go/www_adguardhome/adguardhome-v0.107.0-b.7/adguardhome-html-build2-0.107.0-b.7.tar.gz) = c722d96424f4497fe59c76bbb16666b3f9a7fc72c940c66c13fc077a2a0db566 +SIZE (go/www_adguardhome/adguardhome-v0.107.0-b.7/adguardhome-html-build2-0.107.0-b.7.tar.gz) = 2413824 +SHA256 (go/www_adguardhome/adguardhome-v0.107.0-b.7/v0.107.0-b.7.mod) = f21356f84c632c4c53a31f8f681a341b34b162b4c0785d04373ee3364bf5e6b2 +SIZE (go/www_adguardhome/adguardhome-v0.107.0-b.7/v0.107.0-b.7.mod) = 1311 +SHA256 (go/www_adguardhome/adguardhome-v0.107.0-b.7/v0.107.0-b.7.zip) = 843eb46a01091bb24f73589c448437d6af6d9d9a699fc680352a4293789c0e00 +SIZE (go/www_adguardhome/adguardhome-v0.107.0-b.7/v0.107.0-b.7.zip) = 2231158 From owner-dev-commits-ports-branches@freebsd.org Wed Aug 11 20:02:13 2021 Return-Path: Delivered-To: dev-commits-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 6185F65A0C4; Wed, 11 Aug 2021 20:02:13 +0000 (UTC) (envelope-from git@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 4GlLM91Sc8z4ShF; Wed, 11 Aug 2021 20:02:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 12D18151CF; Wed, 11 Aug 2021 20:02:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BK2CcC039232; Wed, 11 Aug 2021 20:02:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BK2CXZ039231; Wed, 11 Aug 2021 20:02:12 GMT (envelope-from git) Date: Wed, 11 Aug 2021 20:02:12 GMT Message-Id: <202108112002.17BK2CXZ039231@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Brooks Davis Subject: git: 4bb3c89d4f9f - 2021Q3 - devel/llvm12: Update to 12.0.1 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 4bb3c89d4f9f88369982636fdf76dc8ae2943a27 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 20:02:13 -0000 The branch 2021Q3 has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bb3c89d4f9f88369982636fdf76dc8ae2943a27 commit 4bb3c89d4f9f88369982636fdf76dc8ae2943a27 Author: Brooks Davis AuthorDate: 2021-08-11 20:01:09 +0000 Commit: Brooks Davis CommitDate: 2021-08-11 20:01:09 +0000 devel/llvm12: Update to 12.0.1 release This release restores Reporter.py required for scan-build. [0] Correct missing renames of lit modules. [1] Remove no-op LLD_LINK option. PR: 256297 [0], 257123 [1] Reported by: phk [0], Derek Schrock [1] (cherry picked from commit 1d5b2f98a4186c8ed4ba8e5524651412cd16868d) --- devel/llvm12/Makefile | 12 +++++------- devel/llvm12/distinfo | 6 +++--- devel/llvm12/pkg-plist | 1 + 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/devel/llvm12/Makefile b/devel/llvm12/Makefile index 1d4c5a92fa73..57f6aeb8fcb4 100644 --- a/devel/llvm12/Makefile +++ b/devel/llvm12/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm -DISTVERSION= 12.0.0 -PORTREVISION= 1 +DISTVERSION= 12.0.1 +PORTREVISION= 0 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} @@ -72,7 +72,7 @@ CMAKE_ARGS+= -DLLVM_ENABLE_TERMINFO=OFF CFLAGS+= -DNDEBUG CXXFLAGS+= -DNDEBUG -OPTIONS_DEFINE= BE_AMDGPU CLANG DOCS EXTRAS LIT LLD LLD_LINK PYCLANG +OPTIONS_DEFINE= BE_AMDGPU CLANG DOCS EXTRAS LIT LLD PYCLANG OPTIONS_DEFINE_aarch64= OPENMP OPTIONS_DEFINE_amd64= COMPILER_RT GOLD LLDB OPENMP OPTIONS_DEFINE_i386= COMPILER_RT LLDB OPENMP @@ -80,7 +80,7 @@ OPTIONS_DEFINE_powerpc= GOLD OPTIONS_DEFINE_powerpc64= GOLD OPENMP OPTIONS_DEFINE_powerpc64le= GOLD OPENMP OPTIONS_DEFINE_riscv64= OPENMP -OPTIONS_DEFAULT= BE_AMDGPU BE_STANDARD CLANG EXTRAS LIT LLD LLD_LINK PYCLANG +OPTIONS_DEFAULT= BE_AMDGPU BE_STANDARD CLANG EXTRAS LIT LLD PYCLANG OPTIONS_DEFAULT_aarch64= OPENMP OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD LLDB OPENMP OPTIONS_DEFAULT_i386= COMPILER_RT LLDB OPENMP @@ -142,8 +142,6 @@ GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python:3.6+ LLD_DESC= Install lld, the LLVM linker -LLD_LINK_DESC= Link ld.lld as ld to clang uses it -LLD_LINK_IMPLIES= LLD LLDB_BUILD_DEPENDS= swig:devel/swig LLDB_CMAKE_ON= -DLUA_INCLUDE_DIR=${LOCALBASE}/include/lua${LUA_VER_STR} \ -DLUA_LIBRARY=${LOCALBASE}/lib/liblua-${LUA_VER}.so \ @@ -456,7 +454,7 @@ PLIST_SUB+= ${opt}="@comment " post-patch: ${REINPLACE_CMD} -e 's|import lit|import lit${LLVM_SUFFIX}|' \ -e 's|from lit|from lit${LLVM_SUFFIX}|' \ - -e 's|lit\.|lit${LLVM_SUFFIX}.|' \ + -e 's|lit\.|lit${LLVM_SUFFIX}.|g' \ ${WRKSRC}/llvm/utils/lit/lit.py \ ${WRKSRC}/llvm/utils/lit/lit/*.py \ ${WRKSRC}/llvm/utils/lit/lit/formats/*.py diff --git a/devel/llvm12/distinfo b/devel/llvm12/distinfo index ee71f9aac0f3..0c1d92850e85 100644 --- a/devel/llvm12/distinfo +++ b/devel/llvm12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619034049 -SHA256 (llvm-project-12.0.0.src.tar.xz) = 9ed1688943a4402d7c904cc4515798cdb20080066efa010fe7e1f2551b423628 -SIZE (llvm-project-12.0.0.src.tar.xz) = 90884060 +TIMESTAMP = 1626371873 +SHA256 (llvm-project-12.0.1.src.tar.xz) = 129cb25cd13677aad951ce5c2deb0fe4afc1e9d98950f53b51bdcfb5a73afa0e +SIZE (llvm-project-12.0.1.src.tar.xz) = 90910004 diff --git a/devel/llvm12/pkg-plist b/devel/llvm12/pkg-plist index 31c7731f28c3..1ce4c78f62de 100644 --- a/devel/llvm12/pkg-plist +++ b/devel/llvm12/pkg-plist @@ -3765,6 +3765,7 @@ llvm%%LLVM_SUFFIX%%/share/opt-viewer/optrecord.py llvm%%LLVM_SUFFIX%%/share/opt-viewer/style.css %%CLANG%%llvm%%LLVM_SUFFIX%%/share/scan-build/scanview.css %%CLANG%%llvm%%LLVM_SUFFIX%%/share/scan-build/sorttable.js +%%CLANG%%llvm%%LLVM_SUFFIX%%/share/scan-view/Reporter.py %%CLANG%%llvm%%LLVM_SUFFIX%%/share/scan-view/ScanView.py %%CLANG%%llvm%%LLVM_SUFFIX%%/share/scan-view/bugcatcher.ico %%CLANG%%llvm%%LLVM_SUFFIX%%/share/scan-view/startfile.py From owner-dev-commits-ports-branches@freebsd.org Wed Aug 11 20:02:12 2021 Return-Path: Delivered-To: dev-commits-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 3179D65A81D; Wed, 11 Aug 2021 20:02:12 +0000 (UTC) (envelope-from git@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 4GlLM80ZPSz4Sw1; Wed, 11 Aug 2021 20:02:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFE5E155E9; Wed, 11 Aug 2021 20:02:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BK2BgC039203; Wed, 11 Aug 2021 20:02:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BK2BEZ039202; Wed, 11 Aug 2021 20:02:11 GMT (envelope-from git) Date: Wed, 11 Aug 2021 20:02:11 GMT Message-Id: <202108112002.17BK2BEZ039202@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Brooks Davis Subject: git: 90758366adf8 - 2021Q3 - devel/llvm12: enable OPENMP on riscv64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 90758366adf8c57597be7c1b73a754c650ca0e12 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 20:02:12 -0000 The branch 2021Q3 has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=90758366adf8c57597be7c1b73a754c650ca0e12 commit 90758366adf8c57597be7c1b73a754c650ca0e12 Author: Piotr Kubaj AuthorDate: 2021-08-11 20:01:09 +0000 Commit: Brooks Davis CommitDate: 2021-08-11 20:01:09 +0000 devel/llvm12: enable OPENMP on riscv64 (cherry picked from commit bacf0577d8d5cee5553f1e6622fe917ca65de69d) --- devel/llvm12/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/llvm12/Makefile b/devel/llvm12/Makefile index 4feaeb2252d1..1d4c5a92fa73 100644 --- a/devel/llvm12/Makefile +++ b/devel/llvm12/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 12.0.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} @@ -79,6 +79,7 @@ OPTIONS_DEFINE_i386= COMPILER_RT LLDB OPENMP OPTIONS_DEFINE_powerpc= GOLD OPTIONS_DEFINE_powerpc64= GOLD OPENMP OPTIONS_DEFINE_powerpc64le= GOLD OPENMP +OPTIONS_DEFINE_riscv64= OPENMP OPTIONS_DEFAULT= BE_AMDGPU BE_STANDARD CLANG EXTRAS LIT LLD LLD_LINK PYCLANG OPTIONS_DEFAULT_aarch64= OPENMP OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD LLDB OPENMP @@ -88,6 +89,7 @@ OPTIONS_DEFAULT_powerpc64= ${OPTIONS_DEFAULT_powerpc64_${OSREL:R}} OPENMP OPTIONS_DEFAULT_powerpc64_13= GOLD OPTIONS_DEFAULT_powerpc64_14= GOLD OPTIONS_DEFAULT_powerpc64le= GOLD OPENMP +OPTIONS_DEFAULT_riscv64= OPENMP OPTIONS_SINGLE= BACKENDS OPTIONS_SINGLE_BACKENDS=BE_FREEBSD BE_NATIVE BE_STANDARD OPTIONS_SUB= yes From owner-dev-commits-ports-branches@freebsd.org Wed Aug 11 20:02:14 2021 Return-Path: Delivered-To: dev-commits-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 C6E3365A787; Wed, 11 Aug 2021 20:02:14 +0000 (UTC) (envelope-from git@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 4GlLMB3xPpz4SqS; Wed, 11 Aug 2021 20:02:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 406F815901; Wed, 11 Aug 2021 20:02:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BK2ELA039256; Wed, 11 Aug 2021 20:02:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BK2EKT039255; Wed, 11 Aug 2021 20:02:14 GMT (envelope-from git) Date: Wed, 11 Aug 2021 20:02:14 GMT Message-Id: <202108112002.17BK2EKT039255@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Brooks Davis Subject: git: 6702793f75bd - 2021Q3 - devel/llvm12: Add patches to enable kernel sanitizers on FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 6702793f75bddf683e5121eb2a0f49b78e10cd50 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 20:02:14 -0000 The branch 2021Q3 has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=6702793f75bddf683e5121eb2a0f49b78e10cd50 commit 6702793f75bddf683e5121eb2a0f49b78e10cd50 Author: Mark Johnston AuthorDate: 2021-08-11 20:01:10 +0000 Commit: Brooks Davis CommitDate: 2021-08-11 20:01:10 +0000 devel/llvm12: Add patches to enable kernel sanitizers on FreeBSD I use CROSS_TOOLCHAIN quite frequently, but can't do so when building kernels with KASAN or KMSAN enabled since these patches didn't make it into LLVM 12. This diff just backports them to the port. I believe this is low-risk and thus is acceptable for the port, as opposed to waiting for LLVM 13. Differential Revision: https://reviews.freebsd.org/D31316 (cherry picked from commit f8617a24662331dd03d72d4bc36a0238ec54d119) --- devel/llvm12/Makefile | 2 +- .../patch-clang_lib_Driver_ToolChains_FreeBSD.cpp | 33 ++++++++++++++++++++++ .../files/patch-clang_test_Driver_fsanitize.c | 16 +++++++++++ ...Transforms_Instrumentation_AddressSanitizer.cpp | 26 +++++++++++++++++ 4 files changed, 76 insertions(+), 1 deletion(-) diff --git a/devel/llvm12/Makefile b/devel/llvm12/Makefile index 57f6aeb8fcb4..5d4e7b48d8d8 100644 --- a/devel/llvm12/Makefile +++ b/devel/llvm12/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 12.0.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} diff --git a/devel/llvm12/files/patch-clang_lib_Driver_ToolChains_FreeBSD.cpp b/devel/llvm12/files/patch-clang_lib_Driver_ToolChains_FreeBSD.cpp new file mode 100644 index 000000000000..4c13ad977b21 --- /dev/null +++ b/devel/llvm12/files/patch-clang_lib_Driver_ToolChains_FreeBSD.cpp @@ -0,0 +1,33 @@ +[Driver] Default to libc++ on FreeBSD + +Downstream may naively translate between DSL and LLVM target +triple. If OS version is lost in the process then Clang would +default to a version that's no longer supported by OS vendor. + +https://reviews.llvm.org/D77776 + +--- clang/lib/Driver/ToolChains/FreeBSD.cpp.orig 2021-06-28 16:23:38 UTC ++++ clang/lib/Driver/ToolChains/FreeBSD.cpp +@@ -466,6 +466,7 @@ bool FreeBSD::IsUnwindTablesDefault(const ArgList &Arg + bool FreeBSD::isPIEDefault() const { return getSanitizerArgs().requiresPIE(); } + + SanitizerMask FreeBSD::getSupportedSanitizers() const { ++ const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; + const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; + const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; + const bool IsMIPS64 = getTriple().isMIPS64(); +@@ -484,8 +485,13 @@ SanitizerMask FreeBSD::getSupportedSanitizers() const + Res |= SanitizerKind::Fuzzer; + Res |= SanitizerKind::FuzzerNoLink; + } +- if (IsX86_64) ++ if (IsAArch64 || IsX86_64) { ++ Res |= SanitizerKind::KernelAddress; ++ Res |= SanitizerKind::KernelMemory; ++ } ++ if (IsX86_64) { + Res |= SanitizerKind::Memory; ++ } + return Res; + } + diff --git a/devel/llvm12/files/patch-clang_test_Driver_fsanitize.c b/devel/llvm12/files/patch-clang_test_Driver_fsanitize.c new file mode 100644 index 000000000000..0c616740ceca --- /dev/null +++ b/devel/llvm12/files/patch-clang_test_Driver_fsanitize.c @@ -0,0 +1,16 @@ +--- clang/test/Driver/fsanitize.c.orig 2021-06-28 16:23:38 UTC ++++ clang/test/Driver/fsanitize.c +@@ -689,7 +689,13 @@ + // RUN: %clang -target x86_64-unknown-cloudabi -fsanitize=safe-stack %s -### 2>&1 | FileCheck %s -check-prefix=SAFESTACK-CLOUDABI + // SAFESTACK-CLOUDABI: "-fsanitize=safe-stack" + ++// RUN: %clang -target x86_64--freebsd -fsanitize=kernel-address %s -### 2>&1 | FileCheck %s -check-prefix=KERNEL-ADDRESS-FREEBSD ++// RUN: %clang -target aarch64--freebsd -fsanitize=kernel-address %s -### 2>&1 | FileCheck %s -check-prefix=KERNEL-ADDRESS-FREEBSD ++// KERNEL-ADDRESS-FREEBSD: "-fsanitize=kernel-address" + ++// RUN: %clang -target x86_64--freebsd -fsanitize=kernel-memory %s -### 2>&1 | FileCheck %s -check-prefix=KERNEL-MEMORY-FREEBSD ++// RUN: %clang -target aarch64--freebsd -fsanitize=kernel-memory %s -### 2>&1 | FileCheck %s -check-prefix=KERNEL-MEMORY-FREEBSD ++// KERNEL-MEMORY-FREEBSD: "-fsanitize=kernel-memory" + + // * NetBSD; please keep ordered as in Sanitizers.def * + diff --git a/devel/llvm12/files/patch-llvm_lib_Transforms_Instrumentation_AddressSanitizer.cpp b/devel/llvm12/files/patch-llvm_lib_Transforms_Instrumentation_AddressSanitizer.cpp new file mode 100644 index 000000000000..dd0b84559177 --- /dev/null +++ b/devel/llvm12/files/patch-llvm_lib_Transforms_Instrumentation_AddressSanitizer.cpp @@ -0,0 +1,26 @@ +--- llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp.orig 2021-06-28 16:23:38 UTC ++++ llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp +@@ -108,6 +108,7 @@ static const uint64_t kAArch64_ShadowOffset64 = 1ULL < + static const uint64_t kRISCV64_ShadowOffset64 = 0x20000000; + static const uint64_t kFreeBSD_ShadowOffset32 = 1ULL << 30; + static const uint64_t kFreeBSD_ShadowOffset64 = 1ULL << 46; ++static const uint64_t kFreeBSDKasan_ShadowOffset64 = 0xdffff7c000000000; + static const uint64_t kNetBSD_ShadowOffset32 = 1ULL << 30; + static const uint64_t kNetBSD_ShadowOffset64 = 1ULL << 46; + static const uint64_t kNetBSDKasan_ShadowOffset64 = 0xdfff900000000000; +@@ -484,9 +485,12 @@ static ShadowMapping getShadowMapping(Triple &TargetTr + Mapping.Offset = kPPC64_ShadowOffset64; + else if (IsSystemZ) + Mapping.Offset = kSystemZ_ShadowOffset64; +- else if (IsFreeBSD && !IsMIPS64) +- Mapping.Offset = kFreeBSD_ShadowOffset64; +- else if (IsNetBSD) { ++ else if (IsFreeBSD && !IsMIPS64) { ++ if (IsKasan) ++ Mapping.Offset = kFreeBSDKasan_ShadowOffset64; ++ else ++ Mapping.Offset = kFreeBSD_ShadowOffset64; ++ } else if (IsNetBSD) { + if (IsKasan) + Mapping.Offset = kNetBSDKasan_ShadowOffset64; + else From owner-dev-commits-ports-branches@freebsd.org Wed Aug 11 20:02:15 2021 Return-Path: Delivered-To: dev-commits-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 CB73065A0D4; Wed, 11 Aug 2021 20:02:15 +0000 (UTC) (envelope-from git@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 4GlLMC49DYz4SsY; Wed, 11 Aug 2021 20:02:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62B7915637; Wed, 11 Aug 2021 20:02:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BK2FBk039280; Wed, 11 Aug 2021 20:02:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BK2F2U039279; Wed, 11 Aug 2021 20:02:15 GMT (envelope-from git) Date: Wed, 11 Aug 2021 20:02:15 GMT Message-Id: <202108112002.17BK2F2U039279@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Brooks Davis Subject: git: 53c8d106ed92 - 2021Q3 - devel/llvm12: lld fix compressed input sections MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 53c8d106ed9223988fd2200d575033810d517b72 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 20:02:16 -0000 The branch 2021Q3 has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=53c8d106ed9223988fd2200d575033810d517b72 commit 53c8d106ed9223988fd2200d575033810d517b72 Author: Brooks Davis AuthorDate: 2021-08-11 20:01:10 +0000 Commit: Brooks Davis CommitDate: 2021-08-11 20:01:10 +0000 devel/llvm12: lld fix compressed input sections Apply upstream lld fix for compressed input sections on BE targets [LLD] Support compressed input sections on big-endian targets This patch enables compressed input sections on big-endian targets by checking the target endianness and selecting an appropriate `Chdr` structure. Fixes PR51369 Differential Revision: https://reviews.llvm.org/D107635 MFH: 2021Q3 Sponsored by: DARPA (cherry picked from commit f4fb63c060f4afb6d61e558b38a4092fadddacb1) --- devel/llvm12/Makefile | 2 +- devel/llvm12/files/patch-lld-be-compressed-debug | 154 +++++++++++++++++++++++ 2 files changed, 155 insertions(+), 1 deletion(-) diff --git a/devel/llvm12/Makefile b/devel/llvm12/Makefile index 5d4e7b48d8d8..edcbbda589d2 100644 --- a/devel/llvm12/Makefile +++ b/devel/llvm12/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 12.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} diff --git a/devel/llvm12/files/patch-lld-be-compressed-debug b/devel/llvm12/files/patch-lld-be-compressed-debug new file mode 100644 index 000000000000..5b419a064e9d --- /dev/null +++ b/devel/llvm12/files/patch-lld-be-compressed-debug @@ -0,0 +1,154 @@ +commit c6ebc651b6fac9cf1d9f8c00ea49d29093003f85 +Author: Simon Atanasyan +Date: Fri Aug 6 13:29:47 2021 +0300 + + [LLD] Support compressed input sections on big-endian targets + + This patch enables compressed input sections on big-endian targets by + checking the target endianness and selecting an appropriate `Chdr` + structure. + + Fixes PR51369 + + Differential Revision: https://reviews.llvm.org/D107635 + +diff --git lld/ELF/InputSection.cpp lld/ELF/InputSection.cpp +index 1f9fa961fc2..7d952e9037f 100644 +--- lld/ELF/InputSection.cpp ++++ lld/ELF/InputSection.cpp +@@ -88,7 +88,22 @@ InputSectionBase::InputSectionBase(InputFile *file, uint64_t flags, + if (!zlib::isAvailable()) + error(toString(file) + ": contains a compressed section, " + + "but zlib is not available"); +- parseCompressedHeader(); ++ switch (config->ekind) { ++ case ELF32LEKind: ++ parseCompressedHeader(); ++ break; ++ case ELF32BEKind: ++ parseCompressedHeader(); ++ break; ++ case ELF64LEKind: ++ parseCompressedHeader(); ++ break; ++ case ELF64BEKind: ++ parseCompressedHeader(); ++ break; ++ default: ++ llvm_unreachable("unknown ELFT"); ++ } + } + } + +@@ -210,10 +225,7 @@ OutputSection *SectionBase::getOutputSection() { + // When a section is compressed, `rawData` consists with a header followed + // by zlib-compressed data. This function parses a header to initialize + // `uncompressedSize` member and remove the header from `rawData`. +-void InputSectionBase::parseCompressedHeader() { +- using Chdr64 = typename ELF64LE::Chdr; +- using Chdr32 = typename ELF32LE::Chdr; +- ++template void InputSectionBase::parseCompressedHeader() { + // Old-style header + if (name.startswith(".zdebug")) { + if (!toStringRef(rawData).startswith("ZLIB")) { +@@ -239,32 +251,13 @@ void InputSectionBase::parseCompressedHeader() { + assert(flags & SHF_COMPRESSED); + flags &= ~(uint64_t)SHF_COMPRESSED; + +- // New-style 64-bit header +- if (config->is64) { +- if (rawData.size() < sizeof(Chdr64)) { +- error(toString(this) + ": corrupted compressed section"); +- return; +- } +- +- auto *hdr = reinterpret_cast(rawData.data()); +- if (hdr->ch_type != ELFCOMPRESS_ZLIB) { +- error(toString(this) + ": unsupported compression type"); +- return; +- } +- +- uncompressedSize = hdr->ch_size; +- alignment = std::max(hdr->ch_addralign, 1); +- rawData = rawData.slice(sizeof(*hdr)); +- return; +- } +- +- // New-style 32-bit header +- if (rawData.size() < sizeof(Chdr32)) { ++ // New-style header ++ if (rawData.size() < sizeof(typename ELFT::Chdr)) { + error(toString(this) + ": corrupted compressed section"); + return; + } + +- auto *hdr = reinterpret_cast(rawData.data()); ++ auto *hdr = reinterpret_cast(rawData.data()); + if (hdr->ch_type != ELFCOMPRESS_ZLIB) { + error(toString(this) + ": unsupported compression type"); + return; +diff --git lld/ELF/InputSection.h lld/ELF/InputSection.h +index 5b91c1c90bd..c914d0b4215 100644 +--- lld/ELF/InputSection.h ++++ lld/ELF/InputSection.h +@@ -238,6 +238,7 @@ public: + } + + protected: ++ template + void parseCompressedHeader(); + void uncompress() const; + +diff --git lld/test/ELF/compressed-debug-input-err.s lld/test/ELF/compressed-debug-input-err.s +index 89773eca59d..0495a9eaa08 100644 +--- lld/test/ELF/compressed-debug-input-err.s ++++ lld/test/ELF/compressed-debug-input-err.s +@@ -3,6 +3,9 @@ + # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o + # RUN: not ld.lld %t.o -o /dev/null -shared 2>&1 | FileCheck %s + ++# RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-unknown %s -o %t-be.o ++# RUN: not ld.lld %t-be.o -o /dev/null -shared 2>&1 | FileCheck %s ++ + ## Check we are able to report zlib uncompress errors. + # CHECK: error: {{.*}}.o:(.debug_str): uncompress failed: zlib error: Z_DATA_ERROR + +diff --git lld/test/ELF/compressed-debug-input.s lld/test/ELF/compressed-debug-input.s +index c9bfd3e5162..5b61ea8b384 100644 +--- lld/test/ELF/compressed-debug-input.s ++++ lld/test/ELF/compressed-debug-input.s +@@ -1,7 +1,9 @@ + # REQUIRES: zlib, x86 + + # RUN: llvm-mc -compress-debug-sections=zlib -filetype=obj -triple=x86_64-unknown-linux %s -o %t ++# RUN: llvm-mc -compress-debug-sections=zlib -filetype=obj -triple=powerpc64-unknown-unknown %s -o %t-be + # RUN: llvm-readobj --sections %t | FileCheck -check-prefix=ZLIB %s ++# RUN: llvm-readobj --sections %t-be | FileCheck -check-prefix=ZLIB %s + # ZLIB: Section { + # ZLIB: Index: 2 + # ZLIB: Name: .debug_str +@@ -21,7 +23,9 @@ + # ZLIB-NEXT: } + + # RUN: llvm-mc -compress-debug-sections=zlib-gnu -filetype=obj -triple=x86_64-unknown-linux %s -o %t2 ++# RUN: llvm-mc -compress-debug-sections=zlib-gnu -filetype=obj -triple=powerpc64-unknown-unknown %s -o %t2-be + # RUN: llvm-readobj --sections %t2 | FileCheck -check-prefix=GNU %s ++# RUN: llvm-readobj --sections %t2-be | FileCheck -check-prefix=GNU %s + # GNU: Section { + # GNU: Index: 2 + # GNU: Name: .zdebug_str +@@ -41,9 +45,13 @@ + + # RUN: ld.lld --hash-style=sysv %t -o %t.so -shared + # RUN: llvm-readobj --sections --section-data %t.so | FileCheck -check-prefix=DATA %s ++# RUN: ld.lld --hash-style=sysv %t-be -o %t-be.so -shared ++# RUN: llvm-readobj --sections --section-data %t-be.so | FileCheck -check-prefix=DATA %s + + # RUN: ld.lld --hash-style=sysv %t2 -o %t2.so -shared + # RUN: llvm-readobj --sections --section-data %t2.so | FileCheck -check-prefix=DATA %s ++# RUN: ld.lld --hash-style=sysv %t2-be -o %t2-be.so -shared ++# RUN: llvm-readobj --sections --section-data %t2-be.so | FileCheck -check-prefix=DATA %s + + # DATA: Section { + # DATA: Index: 6 From owner-dev-commits-ports-branches@freebsd.org Thu Aug 12 03:30:12 2021 Return-Path: Delivered-To: dev-commits-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 CBB20662685; Thu, 12 Aug 2021 03:30:12 +0000 (UTC) (envelope-from git@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 4GlXJ458QPz3MBH; Thu, 12 Aug 2021 03:30:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 997371B7E1; Thu, 12 Aug 2021 03:30:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17C3UCQk029860; Thu, 12 Aug 2021 03:30:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17C3UCAw029850; Thu, 12 Aug 2021 03:30:12 GMT (envelope-from git) Date: Thu, 12 Aug 2021 03:30:12 GMT Message-Id: <202108120330.17C3UCAw029850@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: 41471388443e - 2021Q3 - www/grafana8: Reflect upstream LICENSE change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 41471388443e312bbfbb1c43e1221257c6e95c33 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 03:30:12 -0000 The branch 2021Q3 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=41471388443e312bbfbb1c43e1221257c6e95c33 commit 41471388443e312bbfbb1c43e1221257c6e95c33 Author: Guangyuan Yang AuthorDate: 2021-08-12 03:16:34 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-12 03:30:00 +0000 www/grafana8: Reflect upstream LICENSE change Upstream has switched the license to AGPLv3 since Grafana 8: https://github.com/grafana/grafana/commit/8db3eb90ae8c20e1a2bbbad300e0683def9bf8fb Reported by: txt.file@txtfile.eu (by email) Approved by: portmgr (blanket) (cherry picked from commit cd7cbbed0f5d4d68bddd509c98fe8f6c18dad70f) --- www/grafana8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/grafana8/Makefile b/www/grafana8/Makefile index 83e0696a3153..2d67cb63b494 100644 --- a/www/grafana8/Makefile +++ b/www/grafana8/Makefile @@ -15,7 +15,7 @@ DISTFILES= grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX}:public \ MAINTAINER= drtr0jan@yandex.ru COMMENT= Dashboard and graph editor for multiple data stores -LICENSE= APACHE20 +LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 i386 From owner-dev-commits-ports-branches@freebsd.org Thu Aug 12 08:30:24 2021 Return-Path: Delivered-To: dev-commits-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 C0DF0666983; Thu, 12 Aug 2021 08:30:24 +0000 (UTC) (envelope-from git@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 4GlfyS4rY4z3wWM; Thu, 12 Aug 2021 08:30:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E6741F4DC; Thu, 12 Aug 2021 08:30:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17C8UOh9032466; Thu, 12 Aug 2021 08:30:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17C8UO2O032465; Thu, 12 Aug 2021 08:30:24 GMT (envelope-from git) Date: Thu, 12 Aug 2021 08:30:24 GMT Message-Id: <202108120830.17C8UO2O032465@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: 5bfe080ec7fe - 2021Q3 - mail/fetchmail: Update to 6.4.21 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 5bfe080ec7fe826552184bdf64af50b12bb150bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 08:30:24 -0000 The branch 2021Q3 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bfe080ec7fe826552184bdf64af50b12bb150bd commit 5bfe080ec7fe826552184bdf64af50b12bb150bd Author: Corey Halpin AuthorDate: 2021-08-10 20:46:34 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-12 08:28:41 +0000 mail/fetchmail: Update to 6.4.21 This version is a bugfix one for a regression, so MFH. PR: 257739 (cherry picked from commit b2dcb60ae55efbb8f3ae5971e27fd6e4094a03f4) --- mail/fetchmail/Makefile | 2 +- mail/fetchmail/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 876b5e528fc5..93b68c594fde 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ # Created by: Ville Eerola PORTNAME?= fetchmail -DISTVERSION= 6.4.20 +DISTVERSION= 6.4.21 CATEGORIES= mail # The next line is inherited by the fetchmailconf dependent port, # do NOT replace fetchmail by ${PORTNAME} diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index edcf4ef64f27..a8a61b4c7f6d 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627506550 -SHA256 (fetchmail-6.4.20.tar.xz) = c82141ae2e8f0039ceb0c5c2eda43c5e93ad0bf7f9c6bb628092b3be74386176 -SIZE (fetchmail-6.4.20.tar.xz) = 1317204 +TIMESTAMP = 1628602434 +SHA256 (fetchmail-6.4.21.tar.xz) = 6a459c1cafd7a1daa5cd137140da60c18c84b5699cd8e7249a79c33342c99d1d +SIZE (fetchmail-6.4.21.tar.xz) = 1318996 From owner-dev-commits-ports-branches@freebsd.org Thu Aug 12 08:59:43 2021 Return-Path: Delivered-To: dev-commits-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 79BA3668294; Thu, 12 Aug 2021 08:59:43 +0000 (UTC) (envelope-from git@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 4GlgcH0mNVz4TcP; Thu, 12 Aug 2021 08:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 025B41FADC; Thu, 12 Aug 2021 08:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17C8xgNs065073; Thu, 12 Aug 2021 08:59:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17C8xg9X065072; Thu, 12 Aug 2021 08:59:42 GMT (envelope-from git) Date: Thu, 12 Aug 2021 08:59:42 GMT Message-Id: <202108120859.17C8xg9X065072@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: 7c882d6dc737 - 2021Q3 - www/grafana8: Bump PORTREVISION after LICENSE change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 7c882d6dc7374ac63cc0f5f7587a37da459cc925 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 08:59:43 -0000 The branch 2021Q3 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c882d6dc7374ac63cc0f5f7587a37da459cc925 commit 7c882d6dc7374ac63cc0f5f7587a37da459cc925 Author: Guangyuan Yang AuthorDate: 2021-08-12 08:52:33 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-12 08:59:12 +0000 www/grafana8: Bump PORTREVISION after LICENSE change Forgot to bump PORTREVISION in cd7cbbed0f5d4d68bddd509c98fe8f6c18dad70f. Reminded by: lwhsu (cherry picked from commit 36f5db73b29ba94aa587ca8e6c3057f6846a65df) --- www/grafana8/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/grafana8/Makefile b/www/grafana8/Makefile index 2d67cb63b494..fa7c24e5b987 100644 --- a/www/grafana8/Makefile +++ b/www/grafana8/Makefile @@ -1,6 +1,7 @@ PORTNAME= grafana DISTVERSION= 8.0.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES+= https://dl.grafana.com/oss/release/:public \ https://gitea.com/xorm/builder/archive/:builder \ From owner-dev-commits-ports-branches@freebsd.org Thu Aug 12 16:44:50 2021 Return-Path: Delivered-To: dev-commits-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 91D7066EDE2; Thu, 12 Aug 2021 16:44:50 +0000 (UTC) (envelope-from git@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 4Glswy3md2z3Gyj; Thu, 12 Aug 2021 16:44:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 697722660A; Thu, 12 Aug 2021 16:44:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17CGioaL091554; Thu, 12 Aug 2021 16:44:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17CGioll091553; Thu, 12 Aug 2021 16:44:50 GMT (envelope-from git) Date: Thu, 12 Aug 2021 16:44:50 GMT Message-Id: <202108121644.17CGioll091553@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 58e156e7acfa - 2021Q3 - x11-wm/labwc: update package description MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 58e156e7acfaf50d3e390566e934332a885b04a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 16:44:50 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=58e156e7acfaf50d3e390566e934332a885b04a1 commit 58e156e7acfaf50d3e390566e934332a885b04a1 Author: Jan Beich AuthorDate: 2021-08-12 16:42:14 +0000 Commit: Jan Beich CommitDate: 2021-08-12 16:44:47 +0000 x11-wm/labwc: update package description https://github.com/johanmalm/labwc/commit/2e5927229b3b (cherry picked from commit 622625702c9dee8cb44a138aca940b531c58e9a1) --- x11-wm/labwc/pkg-descr | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/x11-wm/labwc/pkg-descr b/x11-wm/labwc/pkg-descr index 04babcf2ceb8..b3044dd644c6 100644 --- a/x11-wm/labwc/pkg-descr +++ b/x11-wm/labwc/pkg-descr @@ -1,8 +1,18 @@ -Labwc is a wlroots-based stacking compositor for Wayland. +Labwc stands for Lab Wayland Compositor, with lab indicating a sense +of experimentation and treading new ground. -It aims to be light-weight and independent, with a focus on simply -stacking windows well and rendering some window decorations. Where -practicable, it uses clients for wall-paper, panels, screenshots, and -so on. +It is a wlroots-based stacking compositor aiming to be light-weight +and independent, with a focus on simply stacking windows well and +rendering some window decorations. It relies on clients for +wall-paper, panels, screenshots, and so on to create a full desktop +environment. + +Labwc tries to stay in keeping with wlroots and sway in terms of +general approach and coding style. + +In order to avoid re-inventing configuration & theme syntax, +openbox-3.4 specification is used. This does not mean that labwc is an +openbox clone but rather that configuration files will look and feel +familiar. WWW: https://github.com/johanmalm/labwc From owner-dev-commits-ports-branches@freebsd.org Thu Aug 12 17:38:49 2021 Return-Path: Delivered-To: dev-commits-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 314686703E0; Thu, 12 Aug 2021 17:38:49 +0000 (UTC) (envelope-from git@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 4Glv7F0v8Qz3LwS; Thu, 12 Aug 2021 17:38:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 083C926B57; Thu, 12 Aug 2021 17:38:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17CHcmsq058597; Thu, 12 Aug 2021 17:38:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17CHcmFL058596; Thu, 12 Aug 2021 17:38:48 GMT (envelope-from git) Date: Thu, 12 Aug 2021 17:38:48 GMT Message-Id: <202108121738.17CHcmFL058596@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yuri Victorovich Subject: git: 6c75eaedc0f6 - 2021Q3 - astro/siril: Update 0.99.8.1 -> 0.99.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 6c75eaedc0f6107d054f9dc2439f2bf9035f87c5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 17:38:49 -0000 The branch 2021Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c75eaedc0f6107d054f9dc2439f2bf9035f87c5 commit 6c75eaedc0f6107d054f9dc2439f2bf9035f87c5 Author: Yuri Victorovich AuthorDate: 2021-07-05 07:46:55 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-12 17:38:46 +0000 astro/siril: Update 0.99.8.1 -> 0.99.10.1 (cherry picked from commit 554006d2f7fb3843bd29a68c1ad82ec8093ab11a) --- astro/siril/Makefile | 9 ++++++--- astro/siril/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/astro/siril/Makefile b/astro/siril/Makefile index 63ef8af94453..48b9cc18eb56 100644 --- a/astro/siril/Makefile +++ b/astro/siril/Makefile @@ -1,6 +1,5 @@ PORTNAME= siril -DISTVERSION= 0.99.8.1 -PORTREVISION= 2 +DISTVERSION= 0.99.10.1 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ @@ -22,6 +21,8 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libgsl.so:math/gsl \ + libharfbuzz.so:print/harfbuzz \ + libheif.so:graphics/libheif \ libjson-glib-1.0.so:devel/json-glib \ liblcms2.so:graphics/lcms2 \ libopencv_core.so:graphics/opencv \ @@ -32,7 +33,9 @@ LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fa USES= compiler:c++11-lang desktop-file-utils gettext \ gnome meson pkgconfig jpeg shared-mime-info tar:bz2 -USE_GNOME= atk cairo gdkpixbuf2 gtk30 gvfs_run intltool pango +USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango + +WRKSRC= ${WRKDIR}/${PORTNAME} INSTALLS_ICONS= yes diff --git a/astro/siril/distinfo b/astro/siril/distinfo index e23d6b469a52..6e25b403764f 100644 --- a/astro/siril/distinfo +++ b/astro/siril/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613278983 -SHA256 (siril-0.99.8.1.tar.bz2) = 45b73ee8d1e1bd7ff184478f90da59c729ca1bd5285fb2f7ac0237c6b5cdbdb2 -SIZE (siril-0.99.8.1.tar.bz2) = 3193941 +TIMESTAMP = 1625466648 +SHA256 (siril-0.99.10.1.tar.bz2) = a0b3debc1efb313a84958fb1819b3a5d0a1395b096db54cce7e3e34a463a5c79 +SIZE (siril-0.99.10.1.tar.bz2) = 2901634 From owner-dev-commits-ports-branches@freebsd.org Thu Aug 12 17:38:50 2021 Return-Path: Delivered-To: dev-commits-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 941936703E1; Thu, 12 Aug 2021 17:38:50 +0000 (UTC) (envelope-from git@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 4Glv7G2B7xz3Lhl; Thu, 12 Aug 2021 17:38:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32E3226DDD; Thu, 12 Aug 2021 17:38:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17CHcotT058623; Thu, 12 Aug 2021 17:38:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17CHcorW058622; Thu, 12 Aug 2021 17:38:50 GMT (envelope-from git) Date: Thu, 12 Aug 2021 17:38:50 GMT Message-Id: <202108121738.17CHcorW058622@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yuri Victorovich Subject: git: cf289780363b - 2021Q3 - astro/siril: Fix libcurl dysfunction by adding the CURL option and enabling it properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: cf289780363b49401b0858cc35c4185f605eb02a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 17:38:50 -0000 The branch 2021Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf289780363b49401b0858cc35c4185f605eb02a commit cf289780363b49401b0858cc35c4185f605eb02a Author: Yuri Victorovich AuthorDate: 2021-08-12 17:35:02 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-12 17:38:46 +0000 astro/siril: Fix libcurl dysfunction by adding the CURL option and enabling it properly Reported by: Andreas Kempe (via e-mail) (cherry picked from commit 5114fbd567a30499953b95d2e7f480832652d218) --- astro/siril/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/astro/siril/Makefile b/astro/siril/Makefile index 48b9cc18eb56..531f581a3300 100644 --- a/astro/siril/Makefile +++ b/astro/siril/Makefile @@ -1,5 +1,6 @@ PORTNAME= siril DISTVERSION= 0.99.10.1 +PORTREVISION= 1 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ @@ -15,7 +16,6 @@ BUILD_DEPENDS= cmake:devel/cmake LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libcfitsio.so:astro/cfitsio \ libconfig.so:devel/libconfig \ - libcurl.so:ftp/curl \ libexiv2.so:graphics/exiv2 \ libffms2.so:multimedia/ffms2 \ libfftw3.so:math/fftw3 \ @@ -41,9 +41,10 @@ INSTALLS_ICONS= yes BINARY_ALIAS= git=false -OPTIONS_DEFINE= OPENMP -OPTIONS_DEFAULT= OPENMP +OPTIONS_DEFINE= CURL OPENMP +OPTIONS_DEFAULT= CURL OPENMP -OPENMP_MESON_OFF= -Dopenmp=false +CURL_MESON_YES= enable-libcurl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl .include From owner-dev-commits-ports-branches@freebsd.org Thu Aug 12 17:45:18 2021 Return-Path: Delivered-To: dev-commits-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 B3D0167067D; Thu, 12 Aug 2021 17:45:18 +0000 (UTC) (envelope-from git@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 4GlvGk4m2qz3MKH; Thu, 12 Aug 2021 17:45:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B26626F70; Thu, 12 Aug 2021 17:45:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17CHjIK1071506; Thu, 12 Aug 2021 17:45:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17CHjIZW071505; Thu, 12 Aug 2021 17:45:18 GMT (envelope-from git) Date: Thu, 12 Aug 2021 17:45:18 GMT Message-Id: <202108121745.17CHjIZW071505@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yuri Victorovich Subject: git: f869423e73bd - 2021Q3 - astro/siril: Fix unintended deletion of the line MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f869423e73bda360190818881938df93f3f50136 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 17:45:18 -0000 The branch 2021Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f869423e73bda360190818881938df93f3f50136 commit f869423e73bda360190818881938df93f3f50136 Author: Yuri Victorovich AuthorDate: 2021-08-12 17:43:53 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-12 17:45:09 +0000 astro/siril: Fix unintended deletion of the line (cherry picked from commit 6f15e1c0339e22678346839753553530e316423a) --- astro/siril/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astro/siril/Makefile b/astro/siril/Makefile index 531f581a3300..d571e37ecf2b 100644 --- a/astro/siril/Makefile +++ b/astro/siril/Makefile @@ -1,6 +1,6 @@ PORTNAME= siril DISTVERSION= 0.99.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ @@ -44,6 +44,8 @@ BINARY_ALIAS= git=false OPTIONS_DEFINE= CURL OPENMP OPTIONS_DEFAULT= CURL OPENMP +OPENMP_MESON_OFF= -Dopenmp=false + CURL_MESON_YES= enable-libcurl CURL_LIB_DEPENDS= libcurl.so:ftp/curl From owner-dev-commits-ports-branches@freebsd.org Fri Aug 13 11:07:59 2021 Return-Path: Delivered-To: dev-commits-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 527EB655516; Fri, 13 Aug 2021 11:07:59 +0000 (UTC) (envelope-from git@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 4GmLPq1bC0z3gxf; Fri, 13 Aug 2021 11:07:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AA8D50F7; Fri, 13 Aug 2021 11:07:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17DB7xef060747; Fri, 13 Aug 2021 11:07:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17DB7xam060746; Fri, 13 Aug 2021 11:07:59 GMT (envelope-from git) Date: Fri, 13 Aug 2021 11:07:59 GMT Message-Id: <202108131107.17DB7xam060746@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 9c4ee12ed3cd - 2021Q3 - devel/binutils: Add fix for CVE-2021-3487 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 9c4ee12ed3cddad1cb19a62d05b7efe77cb896a6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2021 11:07:59 -0000 The branch 2021Q3 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c4ee12ed3cddad1cb19a62d05b7efe77cb896a6 commit 9c4ee12ed3cddad1cb19a62d05b7efe77cb896a6 Author: Yasuhiro Kimura AuthorDate: 2021-08-13 10:55:57 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-08-13 10:55:57 +0000 devel/binutils: Add fix for CVE-2021-3487 The CVE is fixed in main in a0e752df8013. Merging that would mean merging other changes to other ports and doing more exp-runs, so we just backport the fix in the quarterly branch to avoid too much disruption. VuXML entry to be handled in PR 256133. PR: 255368, 251385 Reported by: diizzy@ Security: CVE-2021-3487 --- devel/binutils/Makefile | 2 +- devel/binutils/files/patch-CVE-2021-3487 | 75 ++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 2b8517bc4d9b..3d3762653bd7 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -2,7 +2,7 @@ PORTNAME= binutils PORTVERSION= 2.33.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= SOURCEWARE/binutils/releases diff --git a/devel/binutils/files/patch-CVE-2021-3487 b/devel/binutils/files/patch-CVE-2021-3487 new file mode 100644 index 000000000000..05e9d63642f9 --- /dev/null +++ b/devel/binutils/files/patch-CVE-2021-3487 @@ -0,0 +1,75 @@ +From a782e724be101be550bb47b4e6a2a0c92475c494 Mon Sep 17 00:00:00 2001 +From: Nick Clifton +Date: Thu, 26 Nov 2020 17:08:33 +0000 +Subject: [PATCH] Prevent a memory allocation failure when parsing corrupt + DWARF debug sections. + + PR 26946 + * dwarf2.c (read_section): Check for debug sections with excessive + sizes. +--- + bfd/dwarf2.c | 25 +++++++++++++++++++------ + 1 file changed, 19 insertions(+), 6 deletions(-) + +diff --git bfd/dwarf2.c bfd/dwarf2.c +index ed6dcd48c7f..348e69cb063 100644 +--- bfd/dwarf2.c ++++ bfd/dwarf2.c +@@ -527,22 +527,24 @@ read_section (bfd * abfd, + bfd_byte ** section_buffer, + bfd_size_type * section_size) + { +- asection *msec; + const char *section_name = sec->uncompressed_name; + bfd_byte *contents = *section_buffer; +- bfd_size_type amt; + + /* The section may have already been read. */ + if (contents == NULL) + { ++ bfd_size_type amt; ++ asection *msec; ++ ufile_ptr filesize; ++ + msec = bfd_get_section_by_name (abfd, section_name); +- if (! msec) ++ if (msec == NULL) + { + section_name = sec->compressed_name; + if (section_name != NULL) + msec = bfd_get_section_by_name (abfd, section_name); + } +- if (! msec) ++ if (msec == NULL) + { + _bfd_error_handler (_("DWARF error: can't find %s section."), + sec->uncompressed_name); +@@ -550,12 +552,23 @@ read_section (bfd * abfd, + return FALSE; + } + +- *section_size = msec->rawsize ? msec->rawsize : msec->size; ++ amt = bfd_get_section_limit_octets (abfd, msec); ++ filesize = bfd_get_file_size (abfd); ++ if (amt >= filesize) ++ { ++ /* PR 26946 */ ++ _bfd_error_handler (_("DWARF error: section %s is larger than its filesize! (0x%lx vs 0x%lx)"), ++ section_name, (long) amt, (long) filesize); ++ bfd_set_error (bfd_error_bad_value); ++ return FALSE; ++ } ++ *section_size = amt; + /* Paranoia - alloc one extra so that we can make sure a string + section is NUL terminated. */ +- amt = *section_size + 1; ++ amt += 1; + if (amt == 0) + { ++ /* Paranoia - this should never happen. */ + bfd_set_error (bfd_error_no_memory); + return FALSE; + } +-- +2.31.1 + From owner-dev-commits-ports-branches@freebsd.org Fri Aug 13 13:51:27 2021 Return-Path: Delivered-To: dev-commits-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 C76D065793B; Fri, 13 Aug 2021 13:51:27 +0000 (UTC) (envelope-from git@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 4GmQ2R5KdZz3qvP; Fri, 13 Aug 2021 13:51:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9FB99704F; Fri, 13 Aug 2021 13:51:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17DDpRcM085773; Fri, 13 Aug 2021 13:51:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17DDpRdU085772; Fri, 13 Aug 2021 13:51:27 GMT (envelope-from git) Date: Fri, 13 Aug 2021 13:51:27 GMT Message-Id: <202108131351.17DDpRdU085772@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kirill Ponomarev Subject: git: 3d13ab59aed6 - 2021Q3 - sysutils/cbsd: update to 13.0.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 3d13ab59aed6971e6b84ed7b13e395a5e6bcf525 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2021 13:51:27 -0000 The branch 2021Q3 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d13ab59aed6971e6b84ed7b13e395a5e6bcf525 commit 3d13ab59aed6971e6b84ed7b13e395a5e6bcf525 Author: Kirill Ponomarev AuthorDate: 2021-08-13 13:48:53 +0000 Commit: Kirill Ponomarev CommitDate: 2021-08-13 13:51:11 +0000 sysutils/cbsd: update to 13.0.12 Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.12 (cherry picked from commit 87e933702d8ce538881558d797543dc15ada43f7) --- sysutils/cbsd/Makefile | 3 +-- sysutils/cbsd/distinfo | 6 +++--- sysutils/cbsd/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 4187001f6b45..81eb5d547f0d 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,6 +1,5 @@ PORTNAME= cbsd -DISTVERSION= 13.0.10 -PORTREVISION= 1 +DISTVERSION= 13.0.12 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo index c02d7ce97656..f78ee1d34235 100644 --- a/sysutils/cbsd/distinfo +++ b/sysutils/cbsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626089980 -SHA256 (cbsd-cbsd-13.0.10_GH0.tar.gz) = 8ded2e0146a52ea1f44865da0a234dcde319609c167a86fa2f7a7ef3960b21b7 -SIZE (cbsd-cbsd-13.0.10_GH0.tar.gz) = 5391029 +TIMESTAMP = 1628843802 +SHA256 (cbsd-cbsd-13.0.12_GH0.tar.gz) = f6b2b9cade438dd2e9e5750667e4b458fd21b834ce5d6b345e116e27c5465907 +SIZE (cbsd-cbsd-13.0.12_GH0.tar.gz) = 5404137 diff --git a/sysutils/cbsd/pkg-plist b/sysutils/cbsd/pkg-plist index 91c59be4ba8f..da67df0eed89 100644 --- a/sysutils/cbsd/pkg-plist +++ b/sysutils/cbsd/pkg-plist @@ -125,6 +125,7 @@ cbsd/etc/defaults/vm-freebsd-FreeBSD-x64-12.2.conf cbsd/etc/defaults/vm-freebsd-FreeBSD-x64-13.0.conf cbsd/etc/defaults/vm-freebsd-FreeBSD-x64-14.0-LATEST.conf cbsd/etc/defaults/vm-freebsd-GhostBSD-x64-21.conf +cbsd/etc/defaults/vm-freebsd-HardenedBSD-x64-14.0-LATEST.conf cbsd/etc/defaults/vm-freebsd-OPNsense-21-RELEASE-amd64.conf cbsd/etc/defaults/vm-freebsd-pfSense-2-RELEASE-amd64.conf cbsd/etc/defaults/vm-freebsd-TrueNAS-x64-12.conf @@ -854,6 +855,7 @@ cbsd/tools/checkrhost cbsd/tools/cluster cbsd/tools/copy-binlib cbsd/tools/cpu-topology +cbsd/tools/cpuset cbsd/tools/destroy cbsd/tools/detachzfs cbsd/tools/dhcpd From owner-dev-commits-ports-branches@freebsd.org Fri Aug 13 16:49:10 2021 Return-Path: Delivered-To: dev-commits-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 B27F665B3FA; Fri, 13 Aug 2021 16:49:10 +0000 (UTC) (envelope-from git@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 4GmTzV4fh5z4X0K; Fri, 13 Aug 2021 16:49:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8807D11D91; Fri, 13 Aug 2021 16:49:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17DGnA5e015068; Fri, 13 Aug 2021 16:49:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17DGnANU015067; Fri, 13 Aug 2021 16:49:10 GMT (envelope-from git) Date: Fri, 13 Aug 2021 16:49:10 GMT Message-Id: <202108131649.17DGnANU015067@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: c02ad6203c32 - 2021Q3 - games/rlvm: drop runtime dependency on boost-libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: c02ad6203c327b4b873b346fe6c6bbf31a0f20d2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2021 16:49:10 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c02ad6203c327b4b873b346fe6c6bbf31a0f20d2 commit c02ad6203c327b4b873b346fe6c6bbf31a0f20d2 Author: Jan Beich AuthorDate: 2021-08-13 16:08:56 +0000 Commit: Jan Beich CommitDate: 2021-08-13 16:47:26 +0000 games/rlvm: drop runtime dependency on boost-libs Until subpackaging arrives to bsd.port.mk and boost-libs is split into smaller packages this shaves ~166 MiB of install size. (cherry picked from commit 01b2e1fe2030d24f83ec3f5b08542e87e8994aed) --- games/rlvm/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/games/rlvm/Makefile b/games/rlvm/Makefile index a81eeefc1f51..cc9d329bae5c 100644 --- a/games/rlvm/Makefile +++ b/games/rlvm/Makefile @@ -2,7 +2,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-75 DISTVERSIONSUFFIX= -g975e740c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org @@ -14,10 +14,10 @@ LICENSE_COMB= multi BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: gcn_platform.cc: undefined reference to gcn::Exception::Exception BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: gcn_platform.cc: undefined reference to gcn::Exception::Exception -BUILD_DEPENDS= ${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp +BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ + utf8cpp>0:devel/utf8cpp LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libvorbisfile.so:audio/libvorbis \ - libboost_serialization.so:devel/boost-libs \ libguichan.so:devel/guichan RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu @@ -36,6 +36,11 @@ MAKE_ARGS= VERBOSE=1 INSTALLS_ICONS= yes PORTDOCS= AUTHORS.TXT NEWS.TXT README.md STATUS.TXT notes +.if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld +# undefined reference to symbol `inflateEnd@@ZLIB_1.2.4.0' (try adding -lz) +LDFLAGS+= -fuse-ld=lld +.endif + OPTIONS_DEFINE= DEBUG DOCS NLS TEST OPTIONS_DEFAULT=MONA OPTIONS_MULTI= JAPANESE_FONT @@ -59,6 +64,8 @@ TEST_BUILD_DEPENDS=googletest>=1.7.0:devel/googletest \ TEST_EXTRA_PATCHES_OFF=${FILESDIR}/extra-patch-disable-test post-patch: + @${REINPLACE_CMD} -e "s/boost_[^\"]*/:lib&$$'\\\x2e'a/" \ + ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/src/platforms/gtk/gtk_rlvm_instance.cc @${REINPLACE_CMD} -e 's,/usr/share,${LOCALBASE}/share,' \ From owner-dev-commits-ports-branches@freebsd.org Sat Aug 14 15:21:11 2021 Return-Path: Delivered-To: dev-commits-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 533BD66E745; Sat, 14 Aug 2021 15:21:11 +0000 (UTC) (envelope-from git@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 4Gn3zW1lqqz3vtT; Sat, 14 Aug 2021 15:21:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1899F24670; Sat, 14 Aug 2021 15:21:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17EFLAEh028343; Sat, 14 Aug 2021 15:21:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17EFLAYT028342; Sat, 14 Aug 2021 15:21:10 GMT (envelope-from git) Date: Sat, 14 Aug 2021 15:21:10 GMT Message-Id: <202108141521.17EFLAYT028342@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 071875ca63d1 - 2021Q3 - x11-fonts/fcft: update to 2.4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 071875ca63d1df2e455e75b87acfa156020fc61f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2021 15:21:11 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=071875ca63d1df2e455e75b87acfa156020fc61f commit 071875ca63d1df2e455e75b87acfa156020fc61f Author: Jan Beich AuthorDate: 2021-08-14 09:01:45 +0000 Commit: Jan Beich CommitDate: 2021-08-14 15:21:06 +0000 x11-fonts/fcft: update to 2.4.5 Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.5 Reported by: upstream (via mail) (cherry picked from commit 77edff944ee44eaf695233701acf278b7238e94a) --- x11-fonts/fcft/Makefile | 2 +- x11-fonts/fcft/distinfo | 6 +++--- x11-fonts/fcft/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-fonts/fcft/Makefile b/x11-fonts/fcft/Makefile index 994f12c9d85c..4bf79e645cd6 100644 --- a/x11-fonts/fcft/Makefile +++ b/x11-fonts/fcft/Makefile @@ -1,5 +1,5 @@ PORTNAME= fcft -DISTVERSION= 2.4.4 +DISTVERSION= 2.4.5 CATEGORIES= x11-fonts MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11-fonts/fcft/distinfo b/x11-fonts/fcft/distinfo index b1dc0264e5b0..a2d41e564d5a 100644 --- a/x11-fonts/fcft/distinfo +++ b/x11-fonts/fcft/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626943531 -SHA256 (fcft-2.4.4.tar.gz) = dabf5d83bf464c493fdd3a0baa69dc549ba08633299f0197d20707ae875a59ce -SIZE (fcft-2.4.4.tar.gz) = 324371 +TIMESTAMP = 1628931705 +SHA256 (fcft-2.4.5.tar.gz) = b17fcf556e2beecacd0b5dbcdf4441b737850576446f33342a3577b6afd09ee9 +SIZE (fcft-2.4.5.tar.gz) = 403734 diff --git a/x11-fonts/fcft/pkg-plist b/x11-fonts/fcft/pkg-plist index d3d65a002799..ca6e5e232a02 100644 --- a/x11-fonts/fcft/pkg-plist +++ b/x11-fonts/fcft/pkg-plist @@ -2,7 +2,7 @@ include/fcft/fcft.h include/fcft/stride.h lib/libfcft.so lib/libfcft.so.3 -lib/libfcft.so.3.4.4 +lib/libfcft.so.3.4.5 libdata/pkgconfig/fcft.pc man/man3/fcft_capabilities.3.gz man/man3/fcft_clone.3.gz From owner-dev-commits-ports-branches@freebsd.org Sat Aug 14 15:21:12 2021 Return-Path: Delivered-To: dev-commits-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 94EFC66E884; Sat, 14 Aug 2021 15:21:12 +0000 (UTC) (envelope-from git@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 4Gn3zX2HHWz3vtb; Sat, 14 Aug 2021 15:21:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C3BC24672; Sat, 14 Aug 2021 15:21:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17EFLCVm028374; Sat, 14 Aug 2021 15:21:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17EFLCxK028373; Sat, 14 Aug 2021 15:21:12 GMT (envelope-from git) Date: Sat, 14 Aug 2021 15:21:12 GMT Message-Id: <202108141521.17EFLCxK028373@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 6fc584485b71 - 2021Q3 - net-p2p/py-transmission-rpc: update to 3.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 6fc584485b71e30e5612d3c5b8fdeb15ce43f468 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2021 15:21:12 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fc584485b71e30e5612d3c5b8fdeb15ce43f468 commit 6fc584485b71e30e5612d3c5b8fdeb15ce43f468 Author: Jan Beich AuthorDate: 2021-08-14 12:30:39 +0000 Commit: Jan Beich CommitDate: 2021-08-14 15:21:06 +0000 net-p2p/py-transmission-rpc: update to 3.2.7 Changes: https://github.com/Trim21/transmission-rpc/releases/tag/v3.2.7 Reported by: GitHub (watch releases) (cherry picked from commit eeb55bec37cb2963e2af319539d47263b285a9da) --- net-p2p/py-transmission-rpc/Makefile | 2 +- net-p2p/py-transmission-rpc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile index 65dcb25a142e..7c4af46b7a1a 100644 --- a/net-p2p/py-transmission-rpc/Makefile +++ b/net-p2p/py-transmission-rpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= transmission-rpc -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.7 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/py-transmission-rpc/distinfo b/net-p2p/py-transmission-rpc/distinfo index 11ef7cc411bf..ad2e74abab54 100644 --- a/net-p2p/py-transmission-rpc/distinfo +++ b/net-p2p/py-transmission-rpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624592315 -SHA256 (transmission-rpc-3.2.6.tar.gz) = a125826d309d0b0f027252797faae65368d25352673c56f51fe476dc56f69ecc -SIZE (transmission-rpc-3.2.6.tar.gz) = 24200 +TIMESTAMP = 1628944239 +SHA256 (transmission-rpc-3.2.7.tar.gz) = 36c022fddb45084c0d9f63db34abf79b66a0f2bab6484f4ac32eb2744a06fa15 +SIZE (transmission-rpc-3.2.7.tar.gz) = 24320 From owner-dev-commits-ports-branches@freebsd.org Sat Aug 14 21:17:24 2021 Return-Path: Delivered-To: dev-commits-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 ED02165396C; Sat, 14 Aug 2021 21:17:24 +0000 (UTC) (envelope-from git@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 4GnCtX6LXQz4n62; Sat, 14 Aug 2021 21:17:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C234C115B; Sat, 14 Aug 2021 21:17:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17ELHOlX099134; Sat, 14 Aug 2021 21:17:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17ELHOLe099133; Sat, 14 Aug 2021 21:17:24 GMT (envelope-from git) Date: Sat, 14 Aug 2021 21:17:24 GMT Message-Id: <202108142117.17ELHOLe099133@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: ddd062a23ce3 - 2021Q3 - www/firefox: depend on libepoll-shim MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: ddd062a23ce3d4bd78b98d6ecfae2afa4725753b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2021 21:17:25 -0000 The branch 2021Q3 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddd062a23ce3d4bd78b98d6ecfae2afa4725753b commit ddd062a23ce3d4bd78b98d6ecfae2afa4725753b Author: Christoph Moench-Tegeder AuthorDate: 2021-08-14 21:13:09 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-08-14 21:17:13 +0000 www/firefox: depend on libepoll-shim libxul.so clearly links against libepoll-shim, and we have reports of firefox failing to start without libepoll-shim. this also affects mail/thunderbird (once we land it), so fix the problem in bsd.gecko.mk. First reports are against firefox 90, set the version cutoff accordingly. PR: 257490 Reported by: Maxim Filimonov (cherry picked from commit f9af88868ddbbc81bf16226dc529a550a387e589) --- Mk/bsd.gecko.mk | 3 +++ www/firefox/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 023140b8b050..d9c05283ae2d 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -85,6 +85,9 @@ LIB_DEPENDS+= libdrm.so:graphics/libdrm .if ${MOZILLA_VER:R:R} >= 85 RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci .endif +.if ${MOZILLA_VER:R:R} >= 90 +LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim +.endif MOZ_EXPORT+= ${CONFIGURE_ENV} \ PERL="${PERL}" \ PYTHON3="${PYTHON_CMD}" \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index c73afc944cf5..647294641f7d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,7 +2,7 @@ PORTNAME= firefox DISTVERSION= 91.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ From owner-dev-commits-ports-branches@freebsd.org Sun Aug 15 00:27:20 2021 Return-Path: Delivered-To: dev-commits-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 36A966560F4; Sun, 15 Aug 2021 00:27:20 +0000 (UTC) (envelope-from git@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 4GnJ5h12W0z3Cw8; Sun, 15 Aug 2021 00:27:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 074F03DDB; Sun, 15 Aug 2021 00:27:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17F0RJZI051198; Sun, 15 Aug 2021 00:27:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17F0RJlf051197; Sun, 15 Aug 2021 00:27:19 GMT (envelope-from git) Date: Sun, 15 Aug 2021 00:27:19 GMT Message-Id: <202108150027.17F0RJlf051197@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 2fe1a452daf1 - 2021Q3 - emulators/yuzu: update to s20210814 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 2fe1a452daf1307fc3fa9713db0047caf3c5275d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2021 00:27:20 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fe1a452daf1307fc3fa9713db0047caf3c5275d commit 2fe1a452daf1307fc3fa9713db0047caf3c5275d Author: Jan Beich AuthorDate: 2021-08-14 09:28:59 +0000 Commit: Jan Beich CommitDate: 2021-08-15 00:19:45 +0000 emulators/yuzu: update to s20210814 Changes: https://github.com/yuzu-emu/yuzu/compare/756d76d97...bdd617da0 (cherry picked from commit bc57f4c6b38f40df11c039c52461d2292503e94d) --- emulators/yuzu/Makefile | 4 +-- emulators/yuzu/distinfo | 6 ++--- emulators/yuzu/files/patch-CMakeLists.txt | 4 +-- emulators/yuzu/files/patch-sdl2 | 45 +++++++++++++++++-------------- 4 files changed, 32 insertions(+), 27 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 85d0823d95dc..0f73a496913d 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210811 +PORTVERSION= s20210814 PORTREVISION?= 0 CATEGORIES= emulators @@ -33,7 +33,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 756d76d97 +GH_TAGNAME= bdd617da0 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index d3f30b71d60f..2b844718c9e7 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1628718789 -SHA256 (yuzu-emu-yuzu-s20210811-756d76d97_GH0.tar.gz) = 7778f099cdf2de3676480b5570a2814b1f1e1f311ebc7e02ad99be94ae23de10 -SIZE (yuzu-emu-yuzu-s20210811-756d76d97_GH0.tar.gz) = 3963710 +TIMESTAMP = 1628933339 +SHA256 (yuzu-emu-yuzu-s20210814-bdd617da0_GH0.tar.gz) = 2a3c57856ec5705d23551b6aafa573348a44fa68023d9b86ef344373e6427253 +SIZE (yuzu-emu-yuzu-s20210814-bdd617da0_GH0.tar.gz) = 3963648 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb diff --git a/emulators/yuzu/files/patch-CMakeLists.txt b/emulators/yuzu/files/patch-CMakeLists.txt index 0a4fdd397c1c..a96aa821af30 100644 --- a/emulators/yuzu/files/patch-CMakeLists.txt +++ b/emulators/yuzu/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ yuzu (Qt) currently needs SDL for input ---- CMakeLists.txt.orig 2021-07-27 01:51:00 UTC +--- CMakeLists.txt.orig 2021-08-14 09:28:59 UTC +++ CMakeLists.txt @@ -395,7 +395,10 @@ if (ENABLE_SDL2) target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}") @@ -11,7 +11,7 @@ yuzu (Qt) currently needs SDL for input +endif() + +if (NOT YUZU_USE_BUNDLED_SDL2 AND NOT YUZU_USE_EXTERNAL_SDL2) - find_package(SDL2 2.0.15 REQUIRED) + find_package(SDL2 2.0.16 REQUIRED) # Some installations don't set SDL2_LIBRARIES @@ -407,7 +410,6 @@ if (ENABLE_SDL2) diff --git a/emulators/yuzu/files/patch-sdl2 b/emulators/yuzu/files/patch-sdl2 index 0fb9b30ee992..a96a8f81de69 100644 --- a/emulators/yuzu/files/patch-sdl2 +++ b/emulators/yuzu/files/patch-sdl2 @@ -1,26 +1,25 @@ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252371 --- SDL2 2.0.15 or newer not found, falling back to externals. +CMake Error at CMakeLists.txt:397 (find_package): + Could not find a configuration file for package "SDL2" that is compatible + with requested version "2.0.16". -CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): - The source directory + The following configuration files were considered but not accepted: - externals/SDL + /usr/local/lib/cmake/SDL2/sdl2-config.cmake, version: 2.0.12 - does not contain a CMakeLists.txt file. - ---- CMakeLists.txt.orig 2021-07-27 01:51:00 UTC +--- CMakeLists.txt.orig 2021-08-14 09:28:59 UTC +++ CMakeLists.txt @@ -398,7 +398,7 @@ if (ENABLE_SDL2) endif() if (NOT YUZU_USE_BUNDLED_SDL2 AND NOT YUZU_USE_EXTERNAL_SDL2) -- find_package(SDL2 2.0.15 REQUIRED) +- find_package(SDL2 2.0.16 REQUIRED) + find_package(SDL2 2.0.12 REQUIRED) # Some installations don't set SDL2_LIBRARIES if("${SDL2_LIBRARIES}" STREQUAL "") ---- src/input_common/sdl/sdl_impl.cpp.orig 2021-06-02 22:29:09 UTC +--- src/input_common/sdl/sdl_impl.cpp.orig 2021-08-14 09:28:59 UTC +++ src/input_common/sdl/sdl_impl.cpp @@ -64,6 +64,7 @@ class SDLJoystick { (public) } @@ -38,15 +37,15 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): } void SetButton(int button, bool value) { -@@ -82,6 +84,7 @@ class SDLJoystick { (public) - state.buttons.insert_or_assign(button, value); +@@ -88,6 +90,7 @@ class SDLJoystick { (public) + } } +#if SDL_VERSION_ATLEAST(2,0,14) void SetMotion(SDL_ControllerSensorEvent event) { constexpr float gravity_constant = 9.80665f; std::lock_guard lock{mutex}; -@@ -109,6 +112,7 @@ class SDLJoystick { (public) +@@ -115,6 +118,7 @@ class SDLJoystick { (public) motion.UpdateRotation(time_difference * 1000); motion.UpdateOrientation(time_difference * 1000); } @@ -54,7 +53,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): bool GetButton(int button) const { std::lock_guard lock{mutex}; -@@ -378,12 +382,14 @@ void SDLState::HandleGameControllerEvent(const SDL_Eve +@@ -429,12 +433,14 @@ void SDLState::HandleGameControllerEvent(const SDL_Eve } break; } @@ -69,17 +68,23 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): case SDL_JOYDEVICEREMOVED: LOG_DEBUG(Input, "Controller removed with Instance_ID {}", event.jdevice.which); CloseJoystick(SDL_JoystickFromInstanceID(event.jdevice.which)); -@@ -823,7 +829,9 @@ SDLState::SDLState() { +@@ -890,11 +896,15 @@ SDLState::SDLState() { + RegisterFactory("sdl", motion_factory); + + // Disable raw input. When enabled this setting causes SDL to die when a web applet opens ++#if SDL_VERSION_ATLEAST(2,0,14) + SDL_SetHint(SDL_HINT_JOYSTICK_RAWINPUT, "0"); ++#endif // Enable HIDAPI rumble. This prevents SDL from disabling motion on PS4 and PS5 controllers SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE, "1"); -+#if SDL_VERSION_ATLEAST(2,0,15) ++#if SDL_VERSION_ATLEAST(2,0,16) SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE, "1"); +#endif // Tell SDL2 to use the hidapi driver. This will allow joycons to be detected as a // GameController and not a generic one -@@ -1037,6 +1045,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS +@@ -1108,6 +1118,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS } break; } @@ -87,7 +92,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): case SDL_CONTROLLERSENSORUPDATE: { bool is_motion_shaking = false; constexpr float gyro_threshold = 5.0f; -@@ -1066,6 +1075,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS +@@ -1137,6 +1148,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS } break; } @@ -95,7 +100,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): } return {}; } -@@ -1169,6 +1179,7 @@ ButtonBindings SDLState::GetNintendoButtonBinding( +@@ -1242,6 +1254,7 @@ ButtonBindings SDLState::GetNintendoButtonBinding( auto sl_button = SDL_CONTROLLER_BUTTON_LEFTSHOULDER; auto sr_button = SDL_CONTROLLER_BUTTON_RIGHTSHOULDER; @@ -103,7 +108,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): if (joystick->IsJoyconLeft()) { sl_button = SDL_CONTROLLER_BUTTON_PADDLE2; sr_button = SDL_CONTROLLER_BUTTON_PADDLE4; -@@ -1177,6 +1188,7 @@ ButtonBindings SDLState::GetNintendoButtonBinding( +@@ -1250,6 +1263,7 @@ ButtonBindings SDLState::GetNintendoButtonBinding( sl_button = SDL_CONTROLLER_BUTTON_PADDLE3; sr_button = SDL_CONTROLLER_BUTTON_PADDLE1; } @@ -111,7 +116,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): return { std::pair{Settings::NativeButton::A, SDL_CONTROLLER_BUTTON_A}, -@@ -1462,7 +1474,9 @@ class SDLMotionPoller final : public SDLPoller { (publ +@@ -1550,7 +1564,9 @@ class SDLMotionPoller final : public SDLPoller { (publ [[fallthrough]]; case SDL_JOYBUTTONUP: case SDL_JOYHATMOTION: From owner-dev-commits-ports-branches@freebsd.org Sun Aug 15 08:49:42 2021 Return-Path: Delivered-To: dev-commits-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 6540265C668; Sun, 15 Aug 2021 08:49:42 +0000 (UTC) (envelope-from git@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 4GnWFL174Tz4l9j; Sun, 15 Aug 2021 08:49:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FF8D131E3; Sun, 15 Aug 2021 08:49:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17F8nfa8019139; Sun, 15 Aug 2021 08:49:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17F8nf9L019138; Sun, 15 Aug 2021 08:49:41 GMT (envelope-from git) Date: Sun, 15 Aug 2021 08:49:41 GMT Message-Id: <202108150849.17F8nf9L019138@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 8af40037672f - 2021Q3 - x11/fuzzel: update to 1.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 8af40037672f2bd478a9a0cada637351aa2ad9fb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2021 08:49:42 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8af40037672f2bd478a9a0cada637351aa2ad9fb commit 8af40037672f2bd478a9a0cada637351aa2ad9fb Author: Jan Beich AuthorDate: 2021-08-15 08:20:59 +0000 Commit: Jan Beich CommitDate: 2021-08-15 08:49:30 +0000 x11/fuzzel: update to 1.6.2 Changes: https://codeberg.org/dnkl/fuzzel/releases/tag/1.6.2 Reported by: upstream (via mail) (cherry picked from commit ba93df11b0dabe1fd42ac958c0e907fe684600b1) --- x11/fuzzel/Makefile | 2 +- x11/fuzzel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/fuzzel/Makefile b/x11/fuzzel/Makefile index c184ef82b42a..fd3b137bc0cd 100644 --- a/x11/fuzzel/Makefile +++ b/x11/fuzzel/Makefile @@ -1,5 +1,5 @@ PORTNAME= fuzzel -DISTVERSION= 1.6.1 +DISTVERSION= 1.6.2 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/fuzzel/distinfo b/x11/fuzzel/distinfo index a9bfddd14a2c..1a2a7053ac67 100644 --- a/x11/fuzzel/distinfo +++ b/x11/fuzzel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625679088 -SHA256 (fuzzel-1.6.1.tar.gz) = 43d809858a7f093d8f10e48371c806409bd3a57e5d9021a6912cd90bfbee5b4d -SIZE (fuzzel-1.6.1.tar.gz) = 85664 +TIMESTAMP = 1629015659 +SHA256 (fuzzel-1.6.2.tar.gz) = 55b7eea342cc0cef8cd40756c7ef2ca30eebc462081d445375a43c9ae5c8555f +SIZE (fuzzel-1.6.2.tar.gz) = 86181 From owner-dev-commits-ports-branches@freebsd.org Sun Aug 15 13:01:49 2021 Return-Path: Delivered-To: dev-commits-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 32DF566002D; Sun, 15 Aug 2021 13:01:49 +0000 (UTC) (envelope-from git@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 4GncrF10tCz3FrZ; Sun, 15 Aug 2021 13:01:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A96E169A0; Sun, 15 Aug 2021 13:01:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17FD1m8h060302; Sun, 15 Aug 2021 13:01:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17FD1mh5060301; Sun, 15 Aug 2021 13:01:48 GMT (envelope-from git) Date: Sun, 15 Aug 2021 13:01:48 GMT Message-Id: <202108151301.17FD1mh5060301@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Bernhard Froehlich Subject: git: 4e982762c08b - 2021Q3 - multimedia/minisatip: Update to 1.1.42 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 4e982762c08b5658a91a72c2022cd23103425c7c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2021 13:01:49 -0000 The branch 2021Q3 has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e982762c08b5658a91a72c2022cd23103425c7c commit 4e982762c08b5658a91a72c2022cd23103425c7c Author: Bernhard Froehlich AuthorDate: 2021-08-15 12:56:22 +0000 Commit: Bernhard Froehlich CommitDate: 2021-08-15 13:00:43 +0000 multimedia/minisatip: Update to 1.1.42 (cherry picked from commit 71439da7e5a6706b2ec7e6e5d022ca2d2f3b5a81) --- multimedia/minisatip/Makefile | 2 +- multimedia/minisatip/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/minisatip/Makefile b/multimedia/minisatip/Makefile index ffb0520778d9..f1d2eb206331 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -1,7 +1,7 @@ # Created by: Bernhard Froehlich PORTNAME= minisatip -PORTVERSION= 1.1.41 +PORTVERSION= 1.1.42 DISTVERSIONPREFIX= v CATEGORIES= multimedia diff --git a/multimedia/minisatip/distinfo b/multimedia/minisatip/distinfo index 10d12ceb3bce..78f483b37992 100644 --- a/multimedia/minisatip/distinfo +++ b/multimedia/minisatip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628273386 -SHA256 (catalinii-minisatip-v1.1.41_GH0.tar.gz) = b4988e149e127e7f3ea90642a3c4942e176445f4d6be0c37eb38d9de2f2acb84 -SIZE (catalinii-minisatip-v1.1.41_GH0.tar.gz) = 381738 +TIMESTAMP = 1629031792 +SHA256 (catalinii-minisatip-v1.1.42_GH0.tar.gz) = fba005004bb949e733b7f76443913d5ede325fff298b019d76bf8f9a9d6108c0 +SIZE (catalinii-minisatip-v1.1.42_GH0.tar.gz) = 381788 From owner-dev-commits-ports-branches@freebsd.org Sun Aug 15 21:05:04 2021 Return-Path: Delivered-To: dev-commits-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 D39846668AE; Sun, 15 Aug 2021 21:05:04 +0000 (UTC) (envelope-from git@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 4GnqYr5Znsz4cd2; Sun, 15 Aug 2021 21:05:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A78741D279; Sun, 15 Aug 2021 21:05:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17FL54ad006355; Sun, 15 Aug 2021 21:05:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17FL54j1006354; Sun, 15 Aug 2021 21:05:04 GMT (envelope-from git) Date: Sun, 15 Aug 2021 21:05:04 GMT Message-Id: <202108152105.17FL54j1006354@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Adam Weinberger Subject: git: 94fefec6bca4 - 2021Q3 - www/lynx-current: Update to 2.9.0d9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 94fefec6bca40ac94b6abec067264184ed08671e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2021 21:05:04 -0000 The branch 2021Q3 has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=94fefec6bca40ac94b6abec067264184ed08671e commit 94fefec6bca40ac94b6abec067264184ed08671e Author: Piotr Smyrak AuthorDate: 2021-08-15 04:59:43 +0000 Commit: Adam Weinberger CommitDate: 2021-08-15 21:04:55 +0000 www/lynx-current: Update to 2.9.0d9 PR: 257812 (cherry picked from commit a48d43a45f5f77b77b4f9a8d2827bcfd23b33e77) --- www/lynx-current/Makefile | 5 ++-- www/lynx-current/distinfo | 4 +-- www/lynx-current/files/patch-makefile.in | 47 ++++++++++++++++---------------- www/lynx-current/pkg-plist | 1 + 4 files changed, 30 insertions(+), 27 deletions(-) diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 9eba9d3f8ecd..7e9746b5245f 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,10 +1,11 @@ # Created by: ache PORTNAME= lynx -PORTVERSION= 2.9.0d6 +PORTVERSION= 2.9.0d9 CATEGORIES= www MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \ - ftp://invisible-island.net/lynx/tarballs/ + ftp://ftp.invisible-island.net/lynx/tarballs/ + PKGNAMESUFFIX= -current DISTNAME= ${PORTNAME}${PORTVERSION:S/p/pre./:S/d/dev./} diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index 50e721bd581e..1ab218f1bc0d 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1605020628 -SHA256 (lynx2.9.0dev.6.tar.bz2) = 78f0be7f81f4b84d8d33b45a05145f015e35355109be350e461de5c03abf53b2 -SIZE (lynx2.9.0dev.6.tar.bz2) = 2730690 +SHA256 (lynx2.9.0dev.9.tar.bz2) = 6fd6dd3f57681ad58d3397c273b430a411ae049b367fd4909b3d70b722da501a +SIZE (lynx2.9.0dev.9.tar.bz2) = 2746988 diff --git a/www/lynx-current/files/patch-makefile.in b/www/lynx-current/files/patch-makefile.in index 878e2fa37243..eb7da39b5351 100644 --- a/www/lynx-current/files/patch-makefile.in +++ b/www/lynx-current/files/patch-makefile.in @@ -1,45 +1,45 @@ ---- makefile.in.orig 2019-08-26 20:21:48 UTC -+++ makefile.in -@@ -324,7 +324,7 @@ install-doc : $(DOCDIR) $(HELPDIR) +--- makefile.in.orig 2021-08-01 20:50:51.000000000 +0200 ++++ makefile.in 2021-08-13 17:31:19.742347000 +0200 +@@ -325,7 +325,7 @@ cd $(HELPDIR) && rm -f $$name ;\ r= ;\ test "$(LN_S)" = "ln -s" || r=`echo $(helpdir)|sed -e "s%[^/]\+%..%g" -e "s%^.%%"`; \ - cd $(HELPDIR) && ( $(LN_S) $$r$(docdir)/$$name . || cp $(DOCDIR)/$$name . );\ + cd $(HELPDIR) && ( $(LN_S) ../doc/lynx/$$name . || cp $(DOCDIR)/$$name . );\ - done' - -$(SHELL) -c 'case `id|sed -e "s/(.*//"` in uid=0) chown -R root $(DOCDIR);; esac' - -@@ -393,14 +393,10 @@ install-help : $(CFG2HTML) help_files.sed $(HELPDIR) $ + done';\ + $(SHELL) -c 'set -x; \ + case `id|sed -e "s/(.*//"` in \ +@@ -403,14 +403,10 @@ if test "$(COMPRESS_PROG)" != "" ; then \ (cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \ fi' -- @echo Updating $(sysconfdir)/lynx.cfg +- @echo "Updating $(sysconfdir)/lynx.cfg" - @ECHO_CC@$(SHELL) -c \ - 'if test -f $(SYSCONFDIR)/lynx.cfg ; then \ - mv $(SYSCONFDIR)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \ - else \ - cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \ - fi' -- @echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files -+ @echo Updating $(sysconfdir)/lynx.cfg.sample +- @echo "Updating $(sysconfdir)/lynx.cfg to point to installed help-files" ++ @echo "Updating $(sysconfdir)/lynx.cfg.sample" + cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp + rm -f $(SYSCONFDIR)/lynx.cfg.sample -+ @echo Updating $(sysconfdir)/lynx.cfg.sample to point to installed help-files ++ @echo "Updating $(sysconfdir)/lynx.cfg.sample to point to installed help-files" @ECHO_CC@sed -e '/^HELPFILE:http/s!^!#!' \ -e '/^#HELPFILE:file/s!#!!' \ $(SYSCONFDIR)/lynx.tmp | \ -@@ -408,8 +404,8 @@ install-help : $(CFG2HTML) help_files.sed $(HELPDIR) $ +@@ -418,8 +414,8 @@ $(SHELL) $(scripts_dir)/cfg_path.sh lynx_doc $(helpdir) | \ sed -e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \ -e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \ -- >$(SYSCONFDIR)/lynx.cfg -- chmod 644 $(SYSCONFDIR)/lynx.cfg -+ >$(SYSCONFDIR)/lynx.cfg.sample -+ chmod 644 $(SYSCONFDIR)/lynx.cfg.sample - -rm -f $(SYSCONFDIR)/lynx.tmp +- >$(SYSCONFDIR)/lynx.cfg ;\ +- chmod 644 $(SYSCONFDIR)/lynx.cfg ;\ ++ >$(SYSCONFDIR)/lynx.cfg.sample; \ ++ chmod 644 $(SYSCONFDIR)/lynx.cfg.sample; \ + rm -f $(SYSCONFDIR)/lynx.tmp LYHelp.h : help_files.sed $(srcdir)/LYHelp.hin -@@ -432,17 +428,15 @@ cfg_defs.h : $(scripts_dir)/cfg_defs.sh $(scripts_dir) +@@ -442,17 +438,15 @@ $(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(scripts_dir)/cfg_defs.sh $(srcdir)' install-cfg : $(SYSCONFDIR) @@ -51,11 +51,12 @@ + @$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss.sample uninstall :: - @MSG_DIR_MAKE@ cd $(PO_DIR) && $(MAKE_RECUR) uninstall - -rm -f $(BINDIR)/$(binary_PROG) - -rm -f $(MANDIR)/$(actual_PROG).1 -- -rm -f $(SYSCONFDIR)/lynx.cfg -- -rm -f $(SYSCONFDIR)/lynx.lss + @MSG_DIR_MAKE@ ( cd $(PO_DIR) && $(MAKE_RECUR) uninstall ) + -rm -f $(BINDIR)/$(binary_PROG) ;\ +- rm -f $(MANDIR)/$(actual_PROG).1 ;\ +- rm -f $(SYSCONFDIR)/lynx.cfg ;\ +- rm -f $(SYSCONFDIR)/lynx.lss ++ rm -f $(MANDIR)/$(actual_PROG).1 uninstall \ uninstall-help :: diff --git a/www/lynx-current/pkg-plist b/www/lynx-current/pkg-plist index b04edc0b4c03..39b0e8f4e170 100644 --- a/www/lynx-current/pkg-plist +++ b/www/lynx-current/pkg-plist @@ -73,6 +73,7 @@ man/man1/lynx.1.gz %%PORTDOCS%%%%DOCSDIR%%/test/cp-1252.html %%PORTDOCS%%%%DOCSDIR%%/test/cp-1252a.html %%PORTDOCS%%%%DOCSDIR%%/test/image.jpg +%%PORTDOCS%%%%DOCSDIR%%/test/idna-tr46.html %%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1.html %%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1a.html %%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2.html